
Kontent.ai MCP Server
@kontent-ai
About Kontent.ai MCP Server
The Official Kontent.ai MCP server. Connect your AI with Kontent.ai.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Kontent.ai MCP Server?
Kontent.ai MCP Server implements the Model Context Protocol to connect your Kontent.ai projects with AI tools like Claude, Cursor, and VS Code. It enables AI models to understand your content structure and perform operations through natural language instructions.
How to use Kontent.ai MCP Server?
Run the server with npx using the desired transport: npx @kontent-ai/mcp-server@latest stdio for local single‑tenant use, or npx @kontent-ai/mcp-server@latest shttp for a remote multi‑tenant server. For STDIO, configure credentials via environment variables (KONTENT_API_KEY, KONTENT_ENVIRONMENT_ID). For Streamable HTTP, pass the environment ID as a URL path parameter and the API key as a Bearer token.
Key features of Kontent.ai MCP Server
- Rapid prototyping: transform diagrams into live content models in seconds
- Data visualization: visualize your content model in any format
- Manage content types, snippets, taxonomies, and languages
- Create, update, and publish content items with variants
- Manage content lifecycle workflows and roles
- Search and bulk retrieve content item variants
Use cases of Kontent.ai MCP Server
- Rapidly prototype content models from diagrams using natural language
- Visualize and explore content models in any format
- Create, edit, and manage content types, snippets, and taxonomies
- Build and publish content items with full workflow control
- Perform semantic searches across content item variants
FAQ from Kontent.ai MCP Server
What prerequisites are needed to run the server?
You need a Kontent.ai account, a project, a Management API key with appropriate permissions, and your environment ID.
What transports are available?
The server supports STDIO (single‑tenant, local) and Streamable HTTP (multi‑tenant, remote) transports.
How is authentication handled in each mode?
In STDIO mode, credentials are set via environment variables. In Streamable HTTP mode, the environment ID is part of the URL path and the API key is provided as a Bearer token per request.
Is there a risk of indirect prompt injection?
Yes. Content returned by the server can contain text that an LLM may interpret as instructions. Use a least‑privilege Management API key to limit the damage a hijacked agent can cause.
Can I use the server with a preview environment?
Yes. Set the manageApiUrl environment variable to a custom base URL for preview environments (optional).
Frequently asked questions
What prerequisites are needed to run the server?
You need a Kontent.ai account, a project, a Management API key with appropriate permissions, and your environment ID.
What transports are available?
The server supports STDIO (single‑tenant, local) and Streamable HTTP (multi‑tenant, remote) transports.
How is authentication handled in each mode?
In STDIO mode, credentials are set via environment variables. In Streamable HTTP mode, the environment ID is part of the URL path and the API key is provided as a Bearer token per request.
Is there a risk of indirect prompt injection?
Yes. Content returned by the server can contain text that an LLM may interpret as instructions. Use a least‑privilege Management API key to limit the damage a hijacked agent can cause.
Can I use the server with a preview environment?
Yes. Set the `manageApiUrl` environment variable to a custom base URL for preview environments (optional).
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments