The Contentful MCP server provides AI agents with access to Contentful's Management API for content management. It allows agents to create, read, update, and delete content types, entries, and assets. It connects directly to Contentful's API, enabling agents to manage content programmatically. Developers use it to automate content workflows, sync content across platforms, and integrate Contentful with other systems.
The Contentful MCP server provides AI agents with access to Contentful's Management API for content management. It allows agents to create, read, update, and delete content types, entries, and assets. It connects directly to Contentful's API, enabling agents to manage content programmatically. Developers use it to automate content workflows, sync content across platforms, and integrate Contentful with other systems.
npx -y @ivotoby/contentful-management-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ivo-toby-contentful-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @ivotoby/contentful-management-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from contentful mcp?"
API Key Required
This server requires an API key from contentful mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CONTENTFUL_MCP_API_KEY | Yes | Your contentful mcp API key |
"What resources are available in contentful mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in contentful mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in contentful mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.