HomeOther › mcp-server

mcp-server

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

Official TypeScript
★ 9 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.39.0)

npx -y @kontent-ai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kontent-ai/[email protected]"
      ],
      "env": {
        "KONTENT_API_KEY": "<YOUR_VALUE>",
        "KONTENT_ENVIRONMENT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • KONTENT_API_KEY required secret — Kontent.ai Management API key
  • KONTENT_ENVIRONMENT_ID required — Kontent.ai environment ID

This server takes extra arguments — see its repository.

Package (npm 0.39.0)

Package: npm @kontent-ai/mcp-server

  • KONTENT_ENVIRONMENT_ID required — Kontent.ai environment ID
  • PORT — Server port for HTTP transport (defaults to 3001)

This server takes extra arguments — see its repository.

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry