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