C
Contentful
Official
📋 Productivity
Contentful's official MCP server — manage entries, content types, assets and spaces in your headless CMS from any AI tool.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"contentful": {
"command": "npx",
"args": [
"-y",
"@contentful/mcp-server"
],
"env": {
"CONTENTFUL_MANAGEMENT_API_ACCESS_TOKEN": "your-contentful-management-api-access-token-here",
"SPACE_ID": "your-space-id-here"
}
}
}
}