About
Overview
The Contentful MCP Server enables AI agents to interact with Contentful's headless content management system. It provides tools for reading and creating content entries, managing assets, querying content with filters, and working with content models.
Capabilities
Tools & Capabilities
⚡get_entries
Get content entries with optional filtering
⚡create_entry
Create a new content entry
⚡update_entry
Update an existing entry
⚡get_content_types
List content types
⚡get_assets
List assets in the space
Setup
Installation
bash
Install
npx -y mcp-server-contentfulExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"contentful": {
"command": "npx",
"args": ["-y", "mcp-server-contentful"],
"env": {
"CONTENTFUL_SPACE_ID": "your-space-id",
"CONTENTFUL_ACCESS_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 50
Last UpdatedFeb 12, 2026