Contentful Management
Freeby MCP Community
MCP server for Contentful Content Management API integration
v1.21.0Added Apr 12, 2026
Contentful Management MCP Server
MCP server for Contentful Content Management API integration
Installation
npx -y @ivotoby/contentful-management-mcp-server
Reviews
Installation
Quick install
npx -y @ivotoby/contentful-management-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"contentful-management": {
"command": "npx",
"args": ["-y", "@ivotoby/contentful-management-mcp-server"]
}
}
}