Kontent.ai
Create, manage, and explore your content and content model using natural language in any MCP-compatible AI tool.
Ads
Overview
[![NPM Version][npm-shield]][npm-url] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![Discord][discord-shield]][discord-url] > Transform your content operations with AI-powered tools for Kontent.ai. Create, manage, and explore your structured content through natural language conversations in your favorite AI-enabled editor. 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.
Installation
npx @kontent-ai/mcp-server@latest stdio
Configuration
{
"mcpServers": {
"kontent-ai-multi": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:3001/<environment-id>/mcp",
"--header",
"Authorization: Bearer <management-api-key>"
]
}
}Capabilities
- Explore content structure
Ask to list content types, snippets, taxonomies, or assets via `list-content-types`, `list-content-type-snippets`, `list-taxonomy-groups`, or `list-assets`.
- Create and modify content models
Instruct the assistant to build new content types, snippets, or taxonomy groups, or update them using `create-content-type`, `patch-content-type`, or `patch-taxonomy-group`.
- Manage content items and variants
Have the assistant create, update, search, or retrieve content items and their language variants using `list-content-item-variants`, `update-content-item-variant`, or `search-content-item-variants`.
- Control publishing and workflows
Ask to publish, unpublish, schedule, or move content through lifecycle stages with `publish-content-item-variant`, `change-content-item-variant-workflow-step`, or `cancel-scheduled-publishing-content-item-variant`.
- Administer environment settings
Direct the assistant to manage languages, collections, spaces, or workflows using `create-language`, `patch-collections`, `create-space`, or `create-workflow`.
Tags
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.