
Kontent.ai MCP Server
@kontent-ai
About Kontent.ai MCP Server
The Official Kontent.ai MCP server. Connect your AI with Kontent.ai.
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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).
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments