Back to directory
@kontent-ai/mcp-server

@kontent-ai/mcp-server

@kontent-ai9

Official Kontent.ai MCP server enabling AI tools to interact with Kontent.ai content management via Model Context Protocol.

kontent-aicontent-managementmcp-serverai-integrationtypescriptcontext

Installation & Configuration

{
  "mcpServers": {
    "kontent-ai-stdio": {
      "command": "npx",
      "args": [
        "@kontent-ai/mcp-server@latest",
        "stdio"
      ],
      "env": {
        "KONTENT_API_KEY": "<management-api-key>",
        "KONTENT_ENVIRONMENT_ID": "<environment-id>"
      }
    },
    "kontent-ai-sse": {
      "url": "http://localhost:3001/sse"
    },
    "kontent-ai-http": {
      "url": "http://localhost:3001/mcp"
    }
  }
}

Information

Transport
stdiossestreamable
Language
TypeScript
Created
2025/4/12
Updated
2026/6/8