Contentstack Connector for AI agents.
10 live capabilities
Manage your headless CMS content and schemas through natural conversation.
Waiting for input…
Why people use Contentstack
Contentstack CMS Content Management and Schema Auditing
With this Connector, your AI agent handles the navigation for you. You can stay in your chat and ask for schema details or media assets, and the agent fetches them instantly. You get to stay in your flow while the agent handles the heavy lifting of interacting with the Contentstack API.
What Vinkius changes
You get a direct line to your headless CMS data without the manual overhead of switching tabs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating multiple product descriptions
A content manager needs to update 50 product descriptions.
- Real-world use case 02
Verifying schema fields during dev
A developer is stuck on a field type.
- Real-world use case 03
Moving a blog post to production
A team lead needs to move a blog post to live.
Complete set · 10capabilities
The complete Contentstack capability set.
These are the exact actions your AI can choose when you ask it to work with Contentstack.
01—04
4 capabilities in this set.
Part of 10 available through Contentstack.
- 01 Capability
Create cms entry
Generate new Contentstack drafts using a JSON payload. This makes it easy to build content at scale.
- 02 Capability
Get schema details
Extract the properties and validation rules for active fields. This helps you understand the database requirements.
- 03 Capability
Get single entry
Retrieve specific cloud logs and data for a unique Entry UUID. Use this to pull detailed information for a single item.
- 04 Capability
List media assets
Browse internal arrays to find media files and metadata. It helps you find assets without manual searching.
05—07
3 capabilities in this set.
Part of 10 available through Contentstack.
- 05 Capability
List global schemas
List all structured rules and active content types. Use this to audit your content models across the stack.
- 06 Capability
List type entries
Find all entries within specific bounded routing spaces. This helps you see what content is available in specific categories.
- 07 Capability
Update cms entry
Safely overwrite draft values and schema blocks for existing entries. Use this to make quick updates to your content.
08—10
3 capabilities in this set.
Part of 10 available through Contentstack.
- 08 Capability
Wipe cms entry
Permanently delete live document rows and app nodes. Use this to clear out old data and manage your quota.
- 09 Capability
Get media asset
Fetch specific structural data for a given Media ID. It helps you get the exact file details you need.
- 10 Capability
Publish to environment
Route CMS data to production, staging, or development environments. This automates the move from draft to live.
Set up in minutes
One URL. Then ask Contentstack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Contentstack 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_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Contentstack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack URL.
- Step 03
Save and start
Save the connection and enable Contentstack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack-1": {
"url": "https://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack
Open Agent mode in chat and ask: "Using Contentstack, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack-1": {
"url": "https://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack
Ask Copilot: "Using Contentstack, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack-1": {
"url": "https://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack
Open Cascade and ask: "Using Contentstack, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack-1": {
"url": "https://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack
Ask Cline: "Using Contentstack, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contentstack-1 --transport http "https://edge.vinkius.com/vk_preview_LHpjNg6KYihBgS2kLX19DNVRW2vIuyS9J01Esg29/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 Contentstack
Ask Claude: "Using Contentstack, show me...". 10 tools are ready
Where the request belongs
Work Contentstack can move forward.
Content managers who are tired of manual data entry, front-end developers who need to know the schema without asking, and digital ops teams managing complex multi-environment deployments.
Content Manager
Updates dozens of entries across different environments to keep the site live without manual dashboard navigation.
Front-end Developer
Quickly pulls asset URLs and schema details while building components to ensure data types match the frontend.
Product Manager
Audits content models to plan out new features and verify available field types for new digital experiences.
Digital Ops
Handles the publication flow and cleans up legacy data to maintain stack health and storage quotas.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsContentStack (Management)
Grant your AI agent read-write capabilities using ContentStack CMA. Update, publish, and manage contents, schemas, and environments from chat.
Contentstack
Equip your AI agent to instantly retrieve digital content and schemas using the Contentstack Delivery API.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Strapi
Connect your AI to Strapi. Fully orchestrate your headless CMS. create entries, manage content types, and upload media assets naturally.
DatoCMS
Manage headless content via DatoCMS. execute GraphQL queries, handle record CRUD, manage content models, and audit media uploads directly from any AI agent.
Cockpit (Self-hosted Headless CMS API)
Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Contentstack 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 Contentstack.
The practical details behind the request, access and result.
Can I use Contentstack MCP to update my live website?
Yes. You can use the Connector to update content entries and then use the publish capability to move those changes to your live production environment.
How does Contentstack CMS help my dev team?
It allows developers to pull schema details and media assets directly into their workflow, ensuring that the frontend code always matches the CMS data structure.
Can Contentstack MCP manage my images?
Yes, it can list your media assets and retrieve specific metadata and URLs for individual files, making it easier to manage your library.
Is Contentstack CMS safe for production?
Yes. The Connector allows you to target specific environments, so you can safely manage staging and production data without mixing them up.
How do I use Contentstack MCP to find content?
You can simply ask your AI agent to list entries for a specific content type or find a single entry by its unique ID.
Can I use Contentstack MCP to audit my schemas?
Yes. You can ask the agent to enumerate all global schemas to see the rules and field types currently in your stack.
Can my agent create new entries in Contentstack?
Yes. Use the 'create_cms_entry' capability. Provide the content type UID and a JSON object containing the entry fields. The agent will orchestrate the absolute explicit bindings to generate a new draft in your stack.
How do I publish an entry to multiple environments via chat?
Use the 'publish_to_environment' capability. Provide the content type UID, the entry UID, and a comma-separated list of environments (e.g., 'production,staging'). The agent will trigger the exact sequence to push your data live.
Can I inspect the fields and validation rules of a content type?
Absolutely. The 'get_schema_details' capability retrieves the structural extraction of properties for a specific content type UID, showing you exactly which fields are required and what data the database expects.
One connection away
Give your agent a direct line to Contentstack.
Connect Contentstack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available