Contentful MCP
读写无头 CMS 的内容模型与条目,对接内容发布流。
安装命令
终端
npx -y @contentful/mcp-server在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"contentful": {
"command": "npx",
"args": [
"-y",
"@contentful/mcp-server"
]
}
}
}读写无头 CMS 的内容模型与条目,对接内容发布流。
npx -y @contentful/mcp-server{
"mcpServers": {
"contentful": {
"command": "npx",
"args": [
"-y",
"@contentful/mcp-server"
]
}
}
}