How to Use the Contentstack MCP in Claude Code
Query Contentstack schemas, sync assets, and pipe raw CMS data directly into your terminal workflows using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Contentstack MCP to Claude Code
Create your Vinkius account to connect Contentstack to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe Contentstack Data directly into Claude Code CLI
The `list_entries` tool lets Claude Code query and output your Contentstack entries as raw JSON directly to your terminal. SREs and backend developers can pipe this Contentstack output into tools like jq, grep, or local configuration files. This command-line access eliminates the need to run manual curl commands against Contentstack or write custom Node.js scripts just to check a production payload. Claude Code handles the Contentstack headers, authentication, and pagination for you.
Run Automated Contentstack Schema Audits via CLI
The `list_content_types` tool gives Claude Code direct access to your entire Contentstack content model from the shell. You can ask Claude Code to compare your production schemas with local migration scripts to identify drift. By chaining `get_content_type_details`, Claude Code checks for missing fields or type mismatches before you run a deployment. This makes it a great addition to your pre-flight CI/CD check routines.
Sync Content Changes and Assets in Headless Pipelines
The `sync_content` tool retrieves the exact diff of your Contentstack environment since your last sync token. Claude Code uses this tool to trigger static site rebuilds or update local dev caches in headless environments. Combined with `get_asset_details`, the terminal agent can verify that all media references in the delta payload are valid and resolved. You get a fast, scriptable way to manage content synchronization without a GUI.
Set up Contentstack MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecontentstack-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Contentstack transactions." It will automatically discover and invoke the available Contentstack tools.
claude mcp add --transport http contentstack-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Contentstack MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Contentstack MCP today
We host it, we monitor it, we maintain it. You just paste one token.