Servers
Contentful MCP Server
@ivo-toby
MCP (Model Context Protocol) server for the Contentful Management API
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"contentful-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@ivotoby/contentful-management-mcp-server",
"--client",
"claude"
]
}
}
}