Contentful Management MCP Server

v1.21.0APIsstable

Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.

uncategorized
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.

Features

  • search_entries
  • create_entry
  • get_entry
  • update_entry
  • delete_entry

Use Cases

Search for entries using query parameters. Returns a maximum of 3 items per request. Use skip parameter to paginate through results.
Create a new entry in Contentful. Before executing this function, you need to know the contentTypeId (not the content type NAME) and the fields of that contentType. You can get the fields definition by using the GET_CONTENT_TYPE tool. IMPORTANT: All
Retrieve an existing entry
Update an existing entry. The handler will merge your field updates with the existing entry fields, so you only need to provide the fields and locales you want to change. IMPORTANT: All field values MUST include a locale key (e.g., 'en-US') for each
Delete an entry
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.21.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @ivotoby/contentful-management-mcp-server

Manual Installation

npx -y @ivotoby/contentful-management-mcp-server

Examples

Basic Configuration

Configure Contentful Management MCP Server

npx -y @ivotoby/contentful-management-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "contentful-management": { "command": "npx", "args": ["-y", "@ivotoby/contentful-management-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Contentful Management MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides