Tools
Freeby MCP Community
A toolkit package containing reusable MCP (Model Context Protocol) tools for Contentful. This package provides structured tool collections with complete metadat
v0.3.1Added Apr 12, 2026
Tools MCP Server
A toolkit package containing reusable MCP (Model Context Protocol) tools for Contentful. This package provides structured tool collections with complete metadat
Installation
Reviews
Installation
Quick install
npx -y @contentful/mcp-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"tools": {
"command": "npx",
"args": ["-y", "@contentful/mcp-tools"]
}
}
}