CursorPool
← 返回 MCP 列表
Contentful MCP

Contentful MCP

读写无头 CMS 的内容模型与条目,对接内容发布流。

Contentful·200 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @contentful/mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "contentful": {
      "command": "npx",
      "args": [
        "-y",
        "@contentful/mcp-server"
      ]
    }
  }
}