Contentful MCP Server
A Model Context Protocol (MCP) server that allows Claude to interact with Contentful CMS data directly. This integration enables Claude to fetch content types and entries from your Contentful space.
Features
- Fetch all content types from your Contentful space
- Retrieve entries for specific content types
- Structured responses for easy consumption by AI assistants
Prerequisites
- Node.js (v16 or higher)
- A Contentful account with API keys
- Claude Desktop (to use the MCP server with Claude)
Installation
- Clone this repository:
git clone https://github.com/yourusername/contentful-mcp-server.git cd contentful-mcp-server
2.Install dependencies: npm install
Create a .env file in the root directory with your Contentful credentials: 4. CONTENTFUL_SPACE_ID=your_space_id CONTENTFUL_ACCESS_TOKEN=your_access_token CONTENTFUL_ENVIRONMENT=develop CONTENTFUL_PREVIEW_ACCESS_TOKEN=your_preview_token
npm run build
Or configure a build script in your package.json: “scripts”: { “build”: “tsc”, “start”: “node dist/index.js” }
##Configuration for Claude Desktop
{
"mcpServers": {
"contentful": {
"command": "node",
"args": [
"/absolute/path/to/contentful-mcp-server/dist/index.js"
]
}
}
}
Contentful MCP Server
Project Details
- tejedamiguel6/MCP-server-Contenful
- Last Updated: 3/17/2025
Recomended MCP Servers
Local version of Smartlead MCP for quick download and deployment to MCP compatible clients or n8n.
A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial...
TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.
MCP for evaluating xpath
Frontend testing tools for Model Context Protocol
MCP server which allow LLM in agent mode to analyze image whenever it needs
Bluesky MCP (Model Context Protocol) Server