How to Use the Contentful MCP in Claude Code
Run headless Contentful updates and schema audits directly from your terminal using the Claude Code MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Contentful MCP to Claude Code
Create your Vinkius account to connect Contentful 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.
Scripted Contentful publishing with the Claude Code MCP Server
This MCP Server turns Claude Code into a command-line CMS controller. You can pipe terminal outputs directly into `create_entry` to generate log reports or status updates in your workspace. The agent handles raw JSON inputs and formats them for the CMS. Running bulk updates is as simple as asking the agent to loop through a list of IDs. It runs `update_entry` and `publish_entry` sequentially, outputting clean logs to your stdout.
Headless schema audits and verification
The `list_content_types` tool lets Claude Code pull down your entire architecture in seconds for direct schema audits. It compares the active schemas against your local migration files to spot drift. If a field configuration doesn't match, the agent runs `get_content_type` to pinpoint the exact difference. This makes CI/CD pre-flight checks fast and reliable.
Fast environment and space mapping
The `list_spaces` tool lets Claude Code map out your entire multi-tenant organization directly from the terminal. It fetches your active setups with simple commands. SREs can write shell scripts that trigger Claude Code to run `list_environments` before executing migrations. This ensures your automated scripts never touch production by mistake.
Set up Contentful 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 seecontentful-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Contentful transactions." It will automatically discover and invoke the available Contentful tools.
claude mcp add --transport http contentful-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 Contentful MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Contentful MCP today
We host it, we monitor it, we maintain it. You just paste one token.