Integrations
Enables fetching content types and entries from a Contentful CMS space, providing structured access to content management data.
Контентный MCP-сервер
Сервер Model Context Protocol (MCP), который позволяет Claude напрямую взаимодействовать с данными Contentful CMS. Эта интеграция позволяет Claude извлекать типы контента и записи из вашего пространства Contentful.
Функции
- Извлеките все типы контента из вашего пространства Contentful
- Извлечение записей для определенных типов контента
- Структурированные ответы для удобства восприятия помощниками на базе искусственного интеллекта
Предпосылки
- Node.js (v16 или выше)
- Контентный аккаунт с ключами API
- Claude Desktop (для использования сервера MCP с Claude)
Установка
- Клонируйте этот репозиторий:Copy
2.Установить зависимости: npm install
Создайте файл .env в корневом каталоге с вашими учетными данными Contentful: 4. CONTENTFUL_SPACE_ID=your_space_id CONTENTFUL_ACCESS_TOKEN=your_access_token CONTENTFUL_ENVIRONMENT=develop CONTENTFUL_PREVIEW_ACCESS_TOKEN=your_preview_token
npm запустить сборку
Или настройте скрипт сборки в вашем package.json: "scripts": { "build": "tsc", "start": "node dist/index.js" }
##Конфигурация для Claude Desktop
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Сервер Model Context Protocol, который позволяет Клоду напрямую взаимодействовать с Contentful CMS, позволяя ИИ извлекать типы контента и записи из пространства Contentful.
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.Last updated -1PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.Last updated -JavaScriptApache 2.0