contentful management for Cursor
com.mcparmory/contentful-management
Create, update, and publish content across spaces and environments
client:Cursor
transport:stdio
runtime:pypi
Install contentful management in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contentful-management": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-contentful-management"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs