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. Its 40 documented tools cover content, type, item, taxonomy. It runs locally over stdio via the published package.
People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 9 · #36 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Kontent Ai MCP Server
before you install - you'll need
Set KONTENT_API_KEY, KONTENT_ENVIRONMENT_ID before connecting.
Claude Code
claude mcp add kontent-ai-mcp-server -- npx -y @kontent-ai/mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"kontent-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @kontent-ai/mcp-server - published under the repo owner's npm scope (@kontent-ai)
registry namespace io.github.kontent-ai is GitHub-verified and matches the repo owner
03 · What Kontent Ai MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can get all Kontent.ai content types, create new Kontent.ai content type, update an existing Kontent.ai content type by codename using patch operations (move, addInto, remove, replace), and delete a Kontent.ai content type by ID.
Capability map
Tools grouped from the project's README - what Kontent Ai MCP Server lets an agent do.
Content
19 tools - e.g. Get Kontent.ai content type by ID; Get all Kontent.ai content types; Create new Kontent.ai content type
get-content-type · list-content-types · create-content-type · patch-content-type · delete-content-type · get-content-type-snippet…
read & search
5 tools - e.g. 🚨 REQUIRED before any patch operation. Get patch operations guide for Kontent.ai by entity type; Get all Kontent.ai assets; Get all Kontent.ai languages (includes both active and inactive - check…
get-patch-guide · list-assets · list-languages · list-spaces · list-roles
Taxonomy
5 tools - e.g. Get Kontent.ai taxonomy group by ID; Get all Kontent.ai taxonomy groups; Create new Kontent.ai taxonomy group
get-taxonomy-group · list-taxonomy-groups · create-taxonomy-group · patch-taxonomy-group · delete-taxonomy-group
Asset
4 tools - e.g. Get a specific Kontent.ai asset by ID; Update Kontent.ai asset by ID; List all Kontent.ai asset folders
get-asset · update-asset · list-asset-folders · patch-asset-folders
Space
3 tools - e.g. Create new Kontent.ai space for managing a website or channel; Patch Kontent.ai space using replace operations; Delete Kontent.ai space
create-space · patch-space · delete-space
Language
2 tools - e.g. Create new Kontent.ai language (languages are always created as active); Update Kontent.ai language using replace operations (only active languages can be modified - to activate/deactivate, use the…
create-language · patch-language
Collections
2 tools - e.g. Get all Kontent.ai collections. Collections set boundaries for content items in your environment and help organize content by team, brand, or project; Update Kontent.ai collections using patch operations…
list-collections · patch-collections
Latest releases
0.38.1 · 2026-08-18
Update note descriptions to clarify expected, default formatting · New Contributors · @mjstackhouse made their first contribution in
0.38.0 · 2026-08-11
Enhance content item variant responses with editability metada… · Bump hono from 4.12.25 to 4.13.1 · Bump fast-uri from 3.1.2 to 3.1.5 · Bump body-parser from 2.2.1 to 2.3.0 · Bump ip-address from 10.2.0 to 10.5.0…
0.37.0 · 2026-07-24
Kcl 15132 - Polish for native tool search
04 · Who maintains Kontent Ai MCP Server
mcp-server is maintained by kontent-ai. It's the only MCP server we track from this author; the repo dates to Apr 2025.
05 · Facts
- repository
- github.com/kontent-ai/mcp-server
- category
- automation - ranked #36 of 194 actively-maintained automation servers as of 2026-08-25.
- release cadence
- 7 releases in the last 90 days (latest 2026-08-18)
- registry
- io.github.kontent-ai/mcp-server (active, first published 2025-10-22 · 22 versions)
- packages
- npm:@kontent-ai/mcp-server · npm:@kontent-ai/mcp-server
06 · Kontent Ai MCP Server FAQ
Is Kontent Ai MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 7 releases in the last 90 days. We re-verify nightly.
What can Kontent Ai MCP Server do?
With this server connected, an agent can get all Kontent.ai content types, create new Kontent.ai content type, update an existing Kontent.ai content type by codename using patch operations (move, addInto, remove, replace), and delete a Kontent.ai content type by ID.
How do I install Kontent Ai MCP Server?
Run `npx -y @kontent-ai/mcp-server`. The README documents 2 environment variables (KONTENT_API_KEY, KONTENT_ENVIRONMENT_ID) to set first. Set KONTENT_API_KEY, KONTENT_ENVIRONMENT_ID before connecting. You can also paste the ready-made client config above.
Does Kontent Ai MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Kontent Ai MCP Server
Alternatives to Kontent Ai MCP Server
Maintained automation servers if Kontent Ai MCP Server isn't the fit.
- Claude Flow AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev. ★ 69,309 · 2026-08-24
- GitHub Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. ★ 32,478 · 2026-08-25
- Windows MCP An MCP Server for computer-use in Windows OS ★ 6,808 · 2026-08-22
- Ha MCP Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants. ★ 4,503 · 2026-08-24
- Stripe Agent Toolkit MCP server integrating with Stripe - tools for customers, products, payments, and more. ★ 1,760 · 2026-08-22
- Tooluniverse 2,500+ scientific tools for AI scientists: life science, research, literature, and more. ★ 1,655 · 2026-08-20
More automation MCP servers · Sap Gui · L10n.dev - AI Localization Agent · Sys Knife · N8n · Best Cad MCP
More TypeScript MCP servers · Korext: AI Code Governance · Porkbun MCP · Vueuse MCP · Inhalt · Xdebug · see all