Contentful MCP Server

Integrations

  • Enables fetching content types and entries from a Contentful CMS space, providing structured access to content management data.

内容丰富的 MCP 服务器

模型上下文协议 (MCP) 服务器允许 Claude 直接与 Contentful CMS 数据交互。此集成使 Claude 能够从您的 Contentful 空间获取内容类型和条目。

特征

  • 从 Contentful 空间获取所有内容类型
  • 检索特定内容类型的条目
  • 结构化回复,方便人工智能助手使用

先决条件

  • Node.js(v16 或更高版本)
  • 具有 API 密钥的 Contentful 帐户
  • Claude Desktop(将 MCP 服务器与 Claude 一起使用)

安装

  1. 克隆此存储库:
    git clone https://github.com/yourusername/contentful-mcp-server.git cd contentful-mcp-server

2.安装依赖项:npm install

使用您的 Contentful 凭据在根目录中创建一个 .env 文件: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 桌面配置

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

模型上下文协议服务器使 Claude 能够直接与 Contentful CMS 交互,从而允许 AI 从 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
          A
          license
          -
          quality
          A 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 -
          1
          Python
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A 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 -
          12
          64
          10
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          JavaScript
          Apache 2.0

        View all related MCP servers

        ID: zxs7pk1elf