content

Contentful MCP Server

Manage your Contentful CMS from Claude Code. Official server for content types, entries, assets, and locales.

Pricing: free Free and open source. Requires a Contentful account (free community plan available).
View on GitHub
@contentful/mcp-server
Website

Features

  • Content type management with model editing
  • Entry management — create, update, publish, unpublish
  • Asset management for images and media
  • Space and environment configuration
  • Locale management for multi-language content
  • Official server maintained by Contentful team

Setup Instructions

1. In Contentful, go to Settings > API Keys and create a Content Management API token 2. Add to your Claude MCP settings: ``json { "mcpServers": { "contentful": { "command": "npx", "args": ["-y", "@contentful/mcp-server"], "env": { "CONTENTFUL_MANAGEMENT_ACCESS_TOKEN": "your_management_token" } } } } `` 3. Restart Claude and verify the connection

Added: 2026-03-01