Ghost + Contentful MCP
Allows searching across Contentful entries including learn pages, case studies, and events, with support for rich-text and meta fields.
Enables searching Ghost blog posts and pages by title, excerpt, and body content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ghost + Contentful MCPsearch for blog posts about MCP integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ghost + Contentful MCP
An MCP (Model Context Protocol) server that lets AI assistants search across multiple CMS platforms — Ghost and Contentful — from a single interface.
What it does
This server exposes five search tools over the MCP stdio transport:
Tool | Source | Searches across |
| Ghost | Post title, excerpt, and body |
| Ghost | Page title and body |
| Contentful | Learn page title, meta fields, and rich-text body |
| Contentful | Company name, overview, quote, use case, impact, and body |
| Contentful | Internal event pages and event cards (title, description, agenda) |
Each tool accepts a query string and returns matching results with contextual snippets highlighting where the match was found.
Related MCP server: Sentinel Core Agent
Setup
Install dependencies:
yarn installCreate a
.envfile with your API credentials:
GHOST_CONTENT_ENDPOINT=https://your-ghost-instance.com/ghost/api/content
GHOST_API_KEY=your-ghost-content-api-key
CONTENTFUL_SPACE_ID=your-contentful-space-id
CONTENTFUL_ACCESS_TOKEN=your-contentful-access-tokenRun the server:
yarn startMCP client configuration
Add the server to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"cms-search": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/mcp-cms-search/index.ts"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robsoncoelho/ghost-contentful-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server