Skip to content
VS Code

contentful management for VS Code

com.mcparmory/contentful-management

Create, update, and publish content across spaces and environments

client:VS Code transport:stdio runtime:pypi

Install contentful management in VS Code

.vscode/mcp.json

{
  "servers": {
    "contentful-management": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-contentful-management"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

contentful management in other clients