Contentful Delivery MCP Server
About
The Contentful Delivery MCP Server is an MCP (Model Context Protocol) server that provides seamless access to Contentful's Delivery API through AI assistants, enabling querying and retrieval of content entries, assets, and content types using natural language.
Details
- Author
- mshaaban0
- GitHub stars
- 8
- Downloads
- 213
- Categories
- Other
Jump to
- Natural language queries to search content.
- Retrieve entries by ID or content type.
- Asset management and asset details retrieval.
- Content type schema access.
- Pagination support for large datasets.
- Rich text content handling.
Install via npm (npm install @mshaaban0/contentful-delivery-mcp-server or globally) and set environment variables CONTENTFUL_SPACE_ID and CONTENTFUL_ACCESS_TOKEN. Optionally restrict content by setting CONTENTFUL_CONTENT_TYPE_IDS. Invoke the server via npx @mshaaban0/contentful-delivery-mcp-server or integrate with Mastra AI using the provided TypeScript example.
Contentful Delivery MCP Server
A Model Context Protocol (MCP) server that provides seamless access to Contentful's Delivery API through AI assistants. Query and retrieve content entries, assets, and content types using natural language.
<a href="https://glama.ai/mcp/servers/v84ui258n5">
</a>
Quick Start
Install the package in your project:
npm install @mshaaban0/contentful-delivery-mcp-server
Or globally:
npm install -g @mshaaban0/contentful-delivery-mcp-server
Set up your Contentful credentials:
```bash
export CONTENTFUL_SPACE_ID="your_space_id"
export CONTENTFUL_ACCESS_TOKEN="your_access_token"
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



