Kontent.ai

Kontent.ai MCP Connector for Claude

A+

Manage content items, types, and taxonomies via Kontent.ai's Delivery and Management APIs directly from your AI agent.

22 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Kontent.ai project to any AI agent to streamline your headless CMS workflows. This server provides comprehensive access to both Delivery and Management APIs, allowing for seamless content retrieval and manipulation.

What you can do

  • Content Delivery — List and fetch content items, types, and taxonomies using the high-performance Delivery API.
  • Content Management — Create, update, and delete content items, and manage language variants through the Management API.
  • Schema Exploration — Inspect content type definitions and taxonomy groups to understand your project structure.
  • Advanced Filtering — Query items by type, collection, or depth to retrieve exactly the data your agent needs.

How it works

  1. Subscribe to this server
  2. Enter your Kontent.ai Project ID and API keys (Delivery and Management)
  3. Start managing your headless content from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Content Managers — Quickly update content variants or check taxonomy tags without leaving the chat interface.
  • Developers — Fetch content schemas and item payloads directly into your IDE for faster integration.
  • Digital Marketers — Audit content items across different collections and languages using natural language queries.
cmsapi-firstcontent-deliverycontent-management-apitaxonomy

22 tools expose this connector's capabilities to your AI agent.

delivery_get_item

Get a single content item via Delivery API

delivery_list_items

ai project. Supports filtering and depth. List content items via Delivery API

delivery_list_taxonomies

List taxonomies via Delivery API

delivery_list_types

List content types via Delivery API

manage_list_assets

List assets via Management API

manage_create_asset

Create an asset via Management API

manage_create_item

Create a content item via Management API

manage_create_taxonomy

Create a taxonomy via Management API

manage_create_type

Create a content type via Management API

manage_delete_asset

Delete an asset via Management API

manage_delete_item

Delete a content item via Management API

manage_delete_taxonomy

Delete a taxonomy via Management API

manage_delete_type

Delete a content type via Management API

manage_get_variant

Get a language variant of a content item

manage_list_items

List content items via Management API

manage_list_taxonomies

List taxonomies via Management API

manage_list_types

List content types via Management API

manage_update_asset

Update an asset via Management API

manage_update_item

Update a content item via Management API

manage_update_taxonomy

Update a taxonomy via Management API

manage_update_type

Update a content type via Management API

manage_update_variant

Update a language variant of a content item

See how to talk to your AI agent using Kontent.ai.

List all content items of type 'blog_post' from my Kontent.ai project.

I've retrieved the blog posts. I found 3 items: 'Welcome to our Blog', 'Tech Trends 2024', and 'Headless CMS Guide'. Would you like to see the details for any of these?

Get the content item with codename 'about_us_page'.

Fetching 'about_us_page'... I've found the item. It's a 'page' type item in the 'Main' collection. The title is 'About Our Company' and it was last updated on October 12th.

List all taxonomy groups in my project.

I've fetched the taxonomies. Your project contains 2 groups: 'Persona' (targeting different audience segments) and 'Product Category' (organizing your inventory).

Yes. Use the `delivery_list_items` tool and provide the `system_type` parameter with the codename of the content type you want to filter by.

Related Connectors