Ghost + Contentful
БесплатноНе проверенEnables AI assistants to search blog posts and pages from Ghost, and learn pages, case studies, and events from Contentful. Provides five search tools with cont
Описание
Enables AI assistants to search blog posts and pages from Ghost, and learn pages, case studies, and events from Contentful. Provides five search tools with contextual snippets via MCP stdio transport.
README
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 |
|---|---|---|
search_blog_posts |
Ghost | Post title, excerpt, and body |
search_blog_pages |
Ghost | Page title and body |
search_learn_pages |
Contentful | Learn page title, meta fields, and rich-text body |
search_case_studies |
Contentful | Company name, overview, quote, use case, impact, and body |
search_events |
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.
Setup
- Install dependencies:
yarn install
- Create 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-token
- Run the server:
yarn start
MCP 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"]
}
}
}
Установка Ghost + Contentful
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/robsoncoelho/ghost-contentful-mcpFAQ
Ghost + Contentful MCP бесплатный?
Да, Ghost + Contentful MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ghost + Contentful?
Нет, Ghost + Contentful работает без API-ключей и переменных окружения.
Ghost + Contentful — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ghost + Contentful в Claude Desktop, Claude Code или Cursor?
Открой Ghost + Contentful на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ghost + Contentful with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
