Contentful MCP Server
@tejedamiguel6
关于 Contentful MCP Server
mcp server that queries my contentful space.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论