Contentstack Connector for AI agents.
9 live capabilities
Get live headless CMS content and schemas directly in your chat.
Waiting for input…
Why people use Contentstack
Contentstack for Headless CMS Data Retrieval
This Connector ends that back-and-forth. You just ask your agent to pull the data. It fetches the entry or the schema directly into your conversation. You get to stay in your flow and stop wasting time on manual data hunting.
What Vinkius changes
Your AI agent gets instant, read-only access to your live headless CMS data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Schema Verification
A developer needs to know the 'Hero Banner' fields.
- Real-world use case 02
Asset Hunting
A marketer needs the URL for a spring banner.
- Real-world use case 03
Content Audit
A manager wants to see all blog posts in staging.
Complete set · 9capabilities
The complete Contentstack capability set.
These are the exact actions your AI can choose when you ask it to work with Contentstack.
01—03
3 capabilities in this set.
Part of 9 available through Contentstack.
- 01 Capability
Get asset details
Get the specific details for an individual media asset. This is useful for finding specific file metadata.
- 02 Capability
Get content type details
Fetch the full schema for a specific content type. Use this to see all fields and requirements for a model.
- 03 Capability
Search entries
Search for specific entries using a JSON query. This allows for precise filtering of your content.
04—06
3 capabilities in this set.
Part of 9 available through Contentstack.
- 04 Capability
Sync content
Get the delta of changes since you last synced your content. This keeps your agent's knowledge current.
- 05 Capability
Get entry
Pull the detailed content for a specific entry. This lets your agent read the full body of a published item.
- 06 Capability
Get stack summary
Get high-level metadata about your current Contentstack stack. It helps the agent understand your environment.
07—09
3 capabilities in this set.
Part of 9 available through Contentstack.
- 07 Capability
List assets
List every published asset currently in your media library. Use this to browse your available media.
- 08 Capability
List content types
See a list of all content types defined in your stack. This helps with mapping out your entire content model.
- 09 Capability
List entries
List all published entries for a specific content type. This is great for auditing what is live in an environment.
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_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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": {
"url": "https://edge.vinkius.com/vk_preview_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack": {
"url": "https://edge.vinkius.com/vk_preview_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack": {
"url": "https://edge.vinkius.com/vk_preview_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contentstack": {
"url": "https://edge.vinkius.com/vk_preview_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contentstack --transport http "https://edge.vinkius.com/vk_preview_khaljPQidGuOMSZME2SG4LzAdg5hrWHTA6RFTIow/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...". 9 tools are ready
Where the request belongs
Work Contentstack can move forward.
For the content team that's tired of manual data entry or the developer who's tired of guessing what a CMS payload looks like.
Frontend Developer
Checking if a content type has the right fields before writing the React component to avoid frontend errors.
Content Manager
Auditing what's live in the staging environment without having to open a browser tab.
Marketing Integrator
Finding specific campaign assets to link in a newsletter or social post quickly.
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.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Contentstack
Manage headless CMS via Contentstack. list and create entries, audit content types, handle media assets, and publish to environments directly from any AI agent.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
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.
Zesty.io
Manage content models, items, and instances via the Zesty.io API.
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 Contentstack MCP help me build my frontend?
Yes, it lets your agent fetch the exact schema for any content type. You can see which fields are mandatory and what data types they use before you write a single line of frontend code.
How do I get image URLs from my CMS?
Your agent can use this Connector to browse your media library and provide direct CDN URLs for any published images, PDFs, or other files instantly.
Can I use Contentstack MCP to edit my content?
No, this Connector is designed for the Delivery API, which is read-only. You can retrieve and view content, but you'll need a different capability to create or edit entries.
Does Contentstack MCP work with my staging environment?
Yes, you can connect it to your staging environment by providing the correct Environment Name and a read-only Delivery Token during setup.
How do I see my content schemas?
Just ask your agent to describe a specific content type. It will pull the structural breakdown from your stack and show it to you in the chat.
Is Contentstack MCP secure for my data?
It uses your existing Contentstack Delivery Token. Because it's read-only, it provides a secure way for your agent to access content without the ability to modify your data.
How do I correctly generate a Contentstack Delivery Token?
Log into your core Contentstack account dashboard securely. Access the specific Stack you wish to query and navigate toward the technical 'Settings' header before clicking on 'Tokens'. Within this specific submenu, specifically select 'Delivery Tokens'. Generate a new one with an identifying name, assigning it distinctly to your intended 'Environment'. Note down the produced Token safely to input along with the matching Stack API key below.
Can the agent update entries or publish content directly to the CMS?
No. The integration exclusively relies upon Contentstack's globally distributed 'Delivery API' rather than their 'Management API', deliberately restricting operations to a secure read-only modality focused on retrieving already published entries, preventing accidental automated or unauthorized payload mutations from impacting live production data stores.
Do I need to type the exact environment name as it appears in Contentstack?
Yes, accuracy is strictly required. Providing the exact environment name (e.g., 'production' or 'staging') matching the internal naming correctly ensures the endpoint filters accurately out published iterations of records belonging only to those targeted distribution layers you are aiming specifically at querying reliably during chat prompts.
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