Skip to content

Contentful

Free

by MCP Community

MCP server for Contentful Content Management API integration

v1.14.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Contentful MCP Server

MCP server for Contentful Content Management API integration

Installation

npx -y @iflow-mcp/contentful-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @iflow-mcp/contentful-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "contentful": {
      "command": "npx",
      "args": ["-y", "@iflow-mcp/contentful-mcp"]
    }
  }
}