Contentful

MCP Server

Interact with Contentful CMS. Manage content types, entries, assets, and spaces through the Contentful API.

by Community

★★★★☆ 4/5 (30 reviews)
380GitHub stars
4.5kinstalls
Updated 2025-12-10
typescriptintermediateactive

Installation

npx -y contentful-mcp

Quick Start

```json
{
  "mcpServers": {
    "contentful": {
      "command": "npx",
      "args": ["-y", "contentful-mcp"],
      "env": { "CONTENTFUL_SPACE_ID": "space-id", "CONTENTFUL_ACCESS_TOKEN": "token" }
    }
  }
}
```

Tools & Capabilities

get_entries
create_entry
update_entry
get_content_types

Compatibility

Claude Desktop Continue

About Contentful

Interact with Contentful CMS. Manage content types, entries, assets, and spaces through the Contentful API.

View on GitHub →

Language: TypeScript

Category: APIs

← Back to MCP Hub Directory