Back to MCP Servers
🔌

ivo-toby/contentful-mcp

MITAPI key required

📇 🏠 - Update, create, delete content, content-models and assets in your Contentful Space

TypeScriptAI & LLMs

Install

npx -y -y @smithery/cli

Required environment variables

CONTENTFUL_MANAGEMENT_ACCESS_TOKENSet in your MCP config
YOUR_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ivo-toby-contentful-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "CONTENTFUL_MANAGEMENT_ACCESS_TOKEN": "<YOUR_CONTENTFUL_MANAGEMENT_ACCESS_TOKEN>",
        "YOUR_TOKEN": "<YOUR_YOUR_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.