Contentful Delivery MCP Server

by mshaaban0

8 stars
213 downloads
Not rated
GitHub

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

- 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">
Contentful Delivery Server MCP server
</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"

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.