提交

Kontent.ai MCP Server

@kontent-ai

The Kontent.ai MCP Server allows you to interact with your Kontent.ai project using the Model Context Protocol (MCP). It provides structured access to both the Delivery and Management APIs, making it possible for AI-enabled tools to read and write content, inspect content types, and explore the project structure. This server supports both STDIO and Server-Sent Events (SSE) transports and is compatible with any client or tool that implements MCP.

服务器配置

{
  "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>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.