Kontent.ai Connector for AI agents.
22 live capabilities
Manage and fetch headless CMS content directly from your workspace.
Waiting for input…
Why people use Kontent.ai
Kontent.ai for Headless CMS Content Management
This Connector puts the CMS inside your AI client. You can just ask your agent to find a content item, check its variants, or create a new content type. You get a unified workspace where your content and your code live together.
What Vinkius changes
You get a direct bridge to your headless CMS data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Content Audit
A manager asks the agent to find all blog posts in the 'Main' collection and check their last update date using manage_list_items.
- Real-world use case 02
Schema Building
A developer asks the agent to create a new content type for 'Product Reviews' with specific fields using manage_create_type.
- Real-world use case 03
Localization
A marketer asks the agent to update the French version of the 'About Us' page to include new office details using manage_update_variant.
Complete set · 22capabilities
The complete Kontent.ai capability set.
These are the exact actions your AI can choose when you ask it to work with Kontent.ai.
01—04
4 capabilities in this set.
Part of 22 available through Kontent.ai.
- 01 Capability
Manage create item
Create a new content item using the Management API. This helps you populate your CMS with new data quickly.
- 02 Capability
Manage delete item
Delete a content item via the Management API. This lets you remove specific content entries.
- 03 Capability
Manage list items
List content items via the Management API. This provides a broad overview of your content entries.
- 04 Capability
Manage create taxonomy
Create a taxonomy via the Management API. Use this to organize your content into custom groups.
05—08
4 capabilities in this set.
Part of 22 available through Kontent.ai.
- 05 Capability
Manage create type
Create a content type via the Management API. This is how you define the structure for new content.
- 06 Capability
Manage delete asset
Delete an asset via the Management API. Use this to remove images or files from your project.
- 07 Capability
Manage delete taxonomy
Delete a taxonomy via the Management API. Use this to remove categories or tags.
- 08 Capability
Manage delete type
Delete a content type via the Management API. This removes the definition of a content structure.
09—12
4 capabilities in this set.
Part of 22 available through Kontent.ai.
- 09 Capability
Manage get variant
Get a language variant of a content item. Use this to see how content looks in a specific language.
- 10 Capability
Manage list taxonomies
List taxonomies via the Management API. This helps you see all your organized categories.
- 11 Capability
Manage list types
List content types via the Management API. Use this to see all the content structures you've built.
- 12 Capability
Manage update asset
Update an asset via the Management API. Use this to modify existing files or images.
13—16
4 capabilities in this set.
Part of 22 available through Kontent.ai.
- 13 Capability
Manage update item
Update a content item via the Management API. This lets you edit the content of an existing entry.
- 14 Capability
Manage update taxonomy
Update a taxonomy via the Management API. Use this to change category names or structures.
- 15 Capability
Manage update type
Update a content type via the Management API. This lets you modify the schema of your content.
- 16 Capability
Manage update variant
Update a language variant of a content item. Use this to edit content for a specific region.
17—19
3 capabilities in this set.
Part of 22 available through Kontent.ai.
- 17 Capability
Delivery get item
Get a single content item via the Delivery API. This is the fastest way to pull data for your front-end.
- 18 Capability
Delivery list items
List content items via the Delivery API. This supports filtering and depth for targeted data retrieval.
- 19 Capability
Delivery list taxonomies
List taxonomies via the Delivery API. Use this to pull category data for your site.
20—22
3 capabilities in this set.
Part of 22 available through Kontent.ai.
- 20 Capability
Delivery list types
List content types via the Delivery API. This helps your agent understand your CMS structure.
- 21 Capability
Manage list assets
List assets via the Management API. This gives you a list of all files in your project.
- 22 Capability
Manage create asset
Create an asset via the Management API. Use this to upload new images or files to your CMS.
Set up in minutes
One URL. Then ask Kontent.ai to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kontent.ai from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kontent.ai, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kontent.ai for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kontent.ai URL.
- Step 03
Save and start
Save the connection and enable Kontent.ai in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kontentai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kontent.ai
Open Agent mode in chat and ask: "Using Kontent.ai, help me...". 22 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kontentai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kontent.ai
Ask Copilot: "Using Kontent.ai, help me...". 22 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kontentai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kontent.ai
Open Cascade and ask: "Using Kontent.ai, help me...". 22 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kontentai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kontent.ai
Ask Cline: "Using Kontent.ai, help me...". 22 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kontentai-alternative --transport http "https://edge.vinkius.com/vk_preview_GfuF8w3dkNLKGWMt1wJCLx0sDhpFazQrmNCQk1jQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kontent.ai
Ask Claude: "Using Kontent.ai, show me...". 22 tools are ready
Where the request belongs
Work Kontent.ai can move forward.
Content managers tired of manual data entry, developers who need to inspect schemas quickly, and marketers auditing content across multiple regions.
Content Manager
Updates language variants and checks taxonomy tags during a content audit without opening a browser.
Full-stack Developer
Pulls content schemas and payloads into the IDE to build components faster.
Digital Marketer
Audits content items across different collections and languages using natural language queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKontent.ai (Enterprise Headless CMS)
Manage enterprise content via Kontent.ai. create items, publish language variants, and audit content types.
Kontent.ai
Access headless content. list items, audit types, and query taxonomies.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Zesty.io
Manage content models, items, and instances via the Zesty.io API.
Flotiq
Manage headless content via Flotiq. create and search content objects, handle media assets, audit schemas, and track tenant limits directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Kontent.ai connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kontent.ai.
The practical details behind the request, access and result.
What is the Kontent.ai MCP?
It connects your Kontent.ai CMS to your AI client so you can manage content, types, and taxonomies via chat.
Can I use the Kontent.ai MCP to update translations?
Yes, you can use it to update specific language variants for any content item directly through your agent.
Does the Kontent.ai MCP work with my existing project?
Yes, it connects to your specific project using your existing Project ID and API keys.
Can my AI agent create new content types with this Connector?
Yes, it can create new content types, taxonomies, and content items using the Management API.
How do I manage my images and files using the Kontent.ai MCP?
You can list, create, and delete assets like images or files directly through your AI client.
Can I filter the content my agent sees in Kontent.ai?
Yes, the Connector supports filtering by type, collection, and depth to ensure your agent retrieves the exact data you need.
Can I filter content items by their content type?
Yes. Use the delivery_list_items capability and provide the system_type parameter with the codename of the content type you want to filter by.
Is it possible to create new content items using this server?
Absolutely. The manage_create_item capability allows you to create new content items by providing a JSON payload according to the Kontent.ai Management API schema.
How do I retrieve a specific language variant of a content item?
You can use the manage_get_variant capability, providing both the item_id and the language_id to fetch the specific version of the content.
One connection away
Give your agent a direct line to Kontent.ai.
Connect Kontent.ai once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available