Kontent.ai MCP Server implements the Model Context Protocol to connect Kontent.ai projects with AI tools, enabling AI models to understand content structure and perform operations through natural language instructions.
From the registry: Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
Please install the `mcp-server-kontentai` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Kontent.ai account** — Sign up for a Kontent.ai account (https://kontent.ai/signup)
- **Create a project** — Create a Kontent.ai project to work with (https://kontent.ai/learn/docs/projects#a-create-projects)
- **Management API key** — Create a Management API key with appropriate permissions (https://kontent.ai/learn/docs/apis/api-keys#a-create-management-api-keys)
- **Environment ID** — Get your Kontent.ai environment ID (https://kontent.ai/learn/docs/environments#a-get-your-environment-id)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@kontent-ai/mcp-server@latest","stdio"]
- required environment variables:
- `KONTENT_API_KEY`: Your Kontent.ai Management API key (example: `<management-api-key>`)
- `KONTENT_ENVIRONMENT_ID`: Your environment ID (example: `<environment-id>`)
- optional environment variables:
- `appInsightsConnectionString`: Application Insights connection string for telemetry
- `projectLocation`: Project location identifier for telemetry tracking
- `manageApiUrl`: Custom Management API base URL (for preview environments)
Note: Also supports Streamable HTTP (shttp) transport for multi-tenant mode via 'npx @kontent-ai/mcp-server@latest shttp' with per-request bearer auth.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.KONTENT_API_KEYrequiredYour Kontent.ai Management API key.KONTENT_ENVIRONMENT_IDrequiredYour environment ID.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…