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