← Index

io.github.kontent-ai/mcp-server

io.github.kontent-ai/mcp-server·v0.33.0·Other
Quality Score
80
/100

Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kontent-ai/mcp-server"
      ],
      "env": {
        "KONTENT_API_KEY": "<your-kontent_api_key>",
        "KONTENT_ENVIRONMENT_ID": "<kontent_environment_id>",
        "PORT": "<port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kontent-ai/mcp-server"
      ],
      "env": {
        "KONTENT_API_KEY": "<your-kontent_api_key>",
        "KONTENT_ENVIRONMENT_ID": "<kontent_environment_id>",
        "PORT": "<port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kontent-ai/mcp-server
§02  Environment variables
KONTENT_API_KEY
requiredsecret

Kontent.ai Management API key

KONTENT_ENVIRONMENT_ID
required

Kontent.ai environment ID

KONTENT_ENVIRONMENT_ID
required

Kontent.ai environment ID

PORT

Server port for HTTP transport (defaults to 3001)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other