mcp
The Official Kontent.ai MCP server. Connect your AI with Kontent.ai.
claude mcp add --transport stdio kontent-ai-mcp-server npx -y @kontent-ai/mcp-server@latest stdio
How to use
Kontent.ai MCP Server provides a bridge that implements the Model Context Protocol, enabling AI models to understand and interact with your Kontent.ai projects. It exposes a suite of patch, management, and content-item operations that can be driven from AI assistants or editor plugins, allowing you to inspect content models, retrieve and modify content types, items, taxonomies, and more using natural language prompts. Available tools cover content-type management, content-item operations, theme-like patch commands, and various retrieval utilities, enabling you to model, query, and evolve your Kontent.ai content structures with AI guidance. To begin, install and run the MCP server, then connect your AI tool (such as Claude, Cursor, or a VS Code integration) to issue the defined commands and receive structured responses that reflect Kontent.ai’s content model and state.
The server supports two transport modes: STDIO for local, interactive use and Streamable HTTP (shttp) for remote or browser-based tooling. Use the corresponding transport when starting the server with the npx command described in Quickstart. Once running, you can invoke tools like get-type-mapi, list-content-types-mapi, add-content-type-mapi, patch-content-type-mapi, and many others to manage content types, snippets, taxonomies, and content items via natural language instructions.
How to install
Prerequisites:
- Node.js (v14+ recommended) with npm
- A Kontent.ai account, project, and a Management API key/environment ID as described in the Quickstart
Installation steps:
- Install Node.js and npm from https://nodejs.org/
- Install and run the MCP server using npx (no local install required):
Code:
Using STDIO transport
npx @kontent-ai/mcp-server@latest stdio
Alternatively, using the Streamable HTTP transport
npx @kontent-ai/mcp-server@latest shttp
- If you prefer a local install workflow, you can install the package locally in a project:
Code:
Initialize a new project (if you don’t have one)
npm init -y
Install the MCP server package locally
npm install @kontent-ai/mcp-server@latest
Run it from node_modules/.bin or via npx in scripts
npx @kontent-ai/mcp-server@latest stdio
- Configure environment variables as needed (see additional notes) and connect your AI tools to the running MCP server using the supported transports.
Additional notes
Notes and tips:
- The MCP server is designed to work with AI tooling that can emit natural language prompts mapped to the available tools (e.g., get-type-mapi, add-content-type-mapi, patch-content-type-mapi).
- Ensure your Kontent.ai Management API key has the necessary permissions for the operations you intend to perform (read/write access to content types, items, taxonomies, etc.).
- When using the patch operations, follow the provided guide (get-patch-guide) for correct operation shapes (move, addInto, remove, replace).
- If you run into connectivity issues, verify that the transport (stdio or shttp) is correctly configured and that your AI tool knows how to reach the MCP server’s endpoint.
- For debugging, use the development-related sections in the project (Local Installation, Project Structure, Debugging) to understand how requests are formed and routed.
- Environment variables related to Kontent.ai credentials and environment IDs may be required; keep credentials secure and avoid hard-coding them in public repositories.
Related MCP Servers
mcp-graphql
Model Context Protocol server for GraphQL
mcp-google-map
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
systemprompt-code-orchestrator
MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration, and dynamic resource discovery. Full TypeScript implementation with Docker support and Cloudflare Tunnel integration.
pluggedin-app
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.
rohlik
MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)
mcp -js
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.