AI & ML
Trust: 46/100 (Fair)io.github.kontent-ai/mcp-server Guide
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
8 starsby kontent-ai
Quick Start
Install
npx @kontent-ai/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kontent-ai-mcp-server": {
"command": "npx",
"args": [
"@kontent-ai/mcp-server"
]
}
}
}