Contentful Delivery MCP Server
Contentful MCP Server for Delivery API
Overview
Contentful Delivery MCP Server is a Model Context Protocol (MCP) server that allows seamless access to Contentful's Delivery API through AI assistants, enabling users to query and retrieve content entries, assets, and content types using natural language.
To use the server, install the package in your project with npm install @mshaaban0/contentful-delivery-mcp-server, set up your Contentful credentials, and integrate it with an AI assistant like Mastra AI for enhanced functionality.
- Natural language queries to search content - Retrieve entries by ID or content type - Asset management - Content type schema access - Pagination support - Rich text content handling
- Enabling AI assistants to fetch content dynamically based on user queries.
- Simplifying content management tasks through natural language processing.
- Integrating with applications that require content retrieval from Contentful.
Add to your AI client
Use these steps to connect Contentful Delivery MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"contentful-delivery-mcp-mshaaban0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"contentful-delivery-mcp-mshaaban0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"contentful-delivery-mcp-mshaaban0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"contentful-delivery-mcp-mshaaban0": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contentful-delivery-mcp-mshaaban0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"contentful-delivery-mcp-mshaaban0": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-contentful-delivery-mcp-mshaaban0"
]
}
}
}FAQ
Can I use this server without Contentful credentials?
No, you need valid Contentful credentials to access the Delivery API.
Is there a limit to the number of queries I can make?
The limits depend on your Contentful plan and API usage policies.
Can I integrate this with other AI platforms?
Yes, it can be integrated with various AI platforms that support natural language processing.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1548,"uuid":"29b15a9e-0d5d-4feb-9c51-5fa1dbab38e0","name":"contentful-delivery-mcp","title":"Contentful Delivery MCP Server","description":"Contentful MCP Server for Delivery API","avatar_url":"https://avatars.githubusercontent.com/u/6163988?v=4","created_at":"2025-02-20T23:15:56.360Z","updated_at":"2025-02-23T07:19:16.594Z","status":"created","author_name":"mshaaban0","author_avatar_url":"https://avatars.githubusercontent.com/u/6163988?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mshaaban0/contentful-delivery-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/c770fd1e4b2905d6d64b558ab7f06da7860ba95050348699e58295fb1a8c632f/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f76383475693235386e352f6261646765","type":null,"metadata":"{\"star\":\"6\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-04 20:28:39\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]