Contentful MCP Server (Official)
Official OtherOfficial Contentful MCP server providing AI assistants with tools to create, edit, organize, and publish content via the Contentful Management API.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"contentful-mcp-official": {
"command": "npx",
"args": [
"-y",
"contentful-mcp-tools"
]
}
}
}