Contentful MCP

v1.21.0Business Applicationsstable

A Model Context Protocol (MCP) server that provides AI assistants with comprehensive tools to interact with Contentful APIs.

content-managementcontentfulmcp
Share:
60
Stars
0
Downloads
0
Weekly
0/5

What is Contentful MCP?

Contentful MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server that provides ai assistants with comprehensive tools to interact with contentful apis.

A Model Context Protocol (MCP) server that provides AI assistants with comprehensive tools to interact with Contentful APIs.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol (MCP) server that provides AI assis

Use Cases

Interact with Contentful CMS through AI assistants.
Manage content programmatically using MCP tools.
Access Contentful APIs with natural language commands.
ivo-toby

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.21.0
UpdatedApr 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @ivotoby/contentful-management-mcp-server

Manual Installation

npx -y @ivotoby/contentful-management-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Contentful MCP

The Contentful MCP Server is a community-maintained TypeScript MCP server that gives AI assistants full CRUD access to Contentful's Content Management API, covering entries, assets, content types, spaces, environments, comments, and bulk operations with multi-locale support. It is published as @ivotoby/contentful-management-mcp-server on npm and can be run with a single npx command once a Contentful Management Access Token is provided. Content teams and developers can use it to have Claude draft and publish entries, reorganise content, update assets, and manage environments without leaving their AI client.

Prerequisites

  • Node.js 18 or newer installed
  • A Contentful account with a Management Access Token (generate at https://app.contentful.com/account/profile/cma-tokens)
  • Your Contentful Space ID (found in Space settings > General settings)
  • An MCP-compatible client such as Claude Desktop
1

Generate a Contentful Management Access Token

Log in to Contentful, go to Settings > CMA tokens (or visit https://app.contentful.com/account/profile/cma-tokens), and create a personal access token. Copy the token — you will only see it once.

2

Add the server to your MCP client configuration

Open claude_desktop_config.json and add the contentful entry. Pass CONTENTFUL_MANAGEMENT_ACCESS_TOKEN as an environment variable. Optionally, add SPACE_ID and ENVIRONMENT_ID to scope operations to a single space or environment.

{
  "mcpServers": {
    "contentful": {
      "command": "npx",
      "args": ["-y", "@ivotoby/contentful-management-mcp-server"],
      "env": {
        "CONTENTFUL_MANAGEMENT_ACCESS_TOKEN": "your-cma-token-here",
        "SPACE_ID": "your-space-id",
        "ENVIRONMENT_ID": "master"
      }
    }
  }
}
3

Restart Claude Desktop

Fully quit and relaunch Claude Desktop so it picks up the new server configuration.

4

Verify the connection

Ask the AI to list content types or entries in your space. The server paginates results to a maximum of 3 items per request to avoid context window overflow.

5

Optional: restrict to a specific space or environment

Set SPACE_ID and ENVIRONMENT_ID environment variables in the config to limit all operations to one space/environment, reducing the risk of accidental cross-space changes.

Contentful MCP Examples

Client configuration

claude_desktop_config.json entry that runs the server via npx. Replace the token and space ID with your real values. Omit SPACE_ID and ENVIRONMENT_ID to allow access to all spaces.

{
  "mcpServers": {
    "contentful": {
      "command": "npx",
      "args": ["-y", "@ivotoby/contentful-management-mcp-server"],
      "env": {
        "CONTENTFUL_MANAGEMENT_ACCESS_TOKEN": "your-cma-token-here",
        "SPACE_ID": "abc123xyz",
        "ENVIRONMENT_ID": "master"
      }
    }
  }
}

Prompts to try

These prompts cover the main Contentful operations the server supports.

- "List the content types available in my Contentful space."
- "Create a new blog post entry with the title 'Getting Started with MCP' and set the status to draft."
- "Find all published entries of type 'product' and list their titles and IDs."
- "Upload the image at https://example.com/photo.jpg as an asset and publish it."
- "Bulk publish all draft entries of content type 'announcement'."
- "Add a comment to entry 4xK9mLpqRsT2 saying 'Please review the SEO description before publishing'."

Troubleshooting Contentful MCP

401 Unauthorized when the server connects to Contentful

Verify that CONTENTFUL_MANAGEMENT_ACCESS_TOKEN is a valid CMA token (not a Content Delivery or Preview token). CMA tokens start with a longer format. Regenerate a new token at https://app.contentful.com/account/profile/cma-tokens.

Operations affect the wrong space or environment

Set SPACE_ID and ENVIRONMENT_ID explicitly in the env block of your MCP config to scope the server to exactly one space and environment. Without these, the server can operate across all spaces the token has access to.

List results appear truncated — only 3 items returned

This is by design: the server returns a maximum of 3 items per list request to prevent context window overflow. Ask the AI to fetch the next page by providing a skip value, e.g. 'Show me the next 3 entries starting from position 3'.

Frequently Asked Questions about Contentful MCP

What is Contentful MCP?

Contentful MCP is a Model Context Protocol (MCP) server that model context protocol (mcp) server that provides ai assistants with comprehensive tools to interact with contentful apis. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Contentful MCP?

Install via npm with the command: npx -y @ivotoby/contentful-management-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Contentful MCP?

Contentful MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Contentful MCP free to use?

Yes, Contentful MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Contentful MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Contentful MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "contentful": { "command": "npx", "args": ["-y", "@ivotoby/contentful-management-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Contentful MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides