Skip to main content
Glama

Contentful MCP Server

Контентный MCP-сервер

Сервер Model Context Protocol (MCP), который позволяет Claude напрямую взаимодействовать с данными Contentful CMS. Эта интеграция позволяет Claude извлекать типы контента и записи из вашего пространства Contentful.

Функции

  • Извлеките все типы контента из вашего пространства Contentful
  • Извлечение записей для определенных типов контента
  • Структурированные ответы для удобства восприятия помощниками на базе искусственного интеллекта

Предпосылки

  • Node.js (v16 или выше)
  • Контентный аккаунт с ключами API
  • Claude Desktop (для использования сервера MCP с Claude)

Установка

  1. Клонируйте этот репозиторий:
    git clone https://github.com/yourusername/contentful-mcp-server.git cd contentful-mcp-server

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

{ "mcpServers": { "contentful": { "command": "node", "args": [ "/absolute/path/to/contentful-mcp-server/dist/index.js" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Функции
    1. Предпосылки
      1. Установка

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A 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 -
          5
          TypeScript
          • Apple
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
          Last updated -
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.
          Last updated -
          3
          8
          1
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables Claude Desktop to browse the web, likely allowing the AI to access and interact with web content.
          Last updated -
          2
          5
          5
          JavaScript
          MIT License
          • Apple

        View all related MCP servers

        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/tejedamiguel6/MCP-server-Contenful'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server