Contentful MCP (ivo-toby)
OtherCommunity MCP server for the Contentful Content Management API enabling AI-powered content management.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"contentful-mcp-community": {
"command": "npx",
"args": [
"-y",
"@ivotoby/contentful-management-mcp-server"
]
}
}
}