MCP.so
登录

Contentful MCP Server

@tejedamiguel6

关于 Contentful MCP Server

mcp server that queries my contentful space.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

tejedamiguel6

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "contentful": {
      "command": "node",
      "args": [
        "/absolute/path/to/contentful-mcp-server/dist/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Contentful MCP Server?

A Model Context Protocol (MCP) server that enables Claude to fetch content types and entries from a Contentful CMS space using structured responses.

How to use Contentful MCP Server?

Clone the repository, install dependencies, and create a .env file with your Contentful credentials (CONTENTFUL_SPACE_ID, CONTENTFUL_ACCESS_TOKEN, CONTENTFUL_ENVIRONMENT, CONTENTFUL_PREVIEW_ACCESS_TOKEN). Build the project with npm run build, then add the server to your Claude Desktop configuration using the MCP server JSON entry with the built dist/index.js path.

Key features of Contentful MCP Server

  • Fetch all content types from your Contentful space
  • Retrieve entries for specific content types
  • Structured responses designed for AI assistant consumption

Use cases of Contentful MCP Server

FAQ from Contentful MCP Server

What prerequisites are needed?

Node.js v16 or higher, a Contentful account with API keys, and Claude Desktop to use the server with Claude.

How do I configure the server for Claude Desktop?

Add an entry to your Claude Desktop MCP configuration with the command node and args pointing to the absolute path of the built dist/index.js file, as shown in the README.

What environment variables are required?

You must set CONTENTFUL_SPACE_ID, CONTENTFUL_ACCESS_TOKEN, CONTENTFUL_ENVIRONMENT, and CONTENTFUL_PREVIEW_ACCESS_TOKEN in a .env file in the project root.

Can the server retrieve entry content for any content type?

Yes, the README states it can retrieve entries for specific content types.

What runtime does the server require?

Node.js version 16 or higher.

评论

其他 分类下的更多 MCP 服务器