How to Use the Webiny CMS MCP in Claude Code
Run Webiny CMS content workflows headlessly using Claude Code in CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Webiny CMS MCP to Claude Code
Create your Vinkius account to connect Webiny CMS 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.
Automated Content Deployment for Webiny CMS
You can't manually click 'publish.' Use `publish_cms_entry` to make a draft live. In a CI/CD pipeline, you first need the revision ID via `list_model_entries`. Then, piping that ID into `publish_cms_entry` makes the content instantly available for testing or production builds. This allows reliable automated publishing: trigger the process, and the CMS entry moves from draft to 'read' status without human intervention.
Schema Validation via GraphQL with MCP Server
Before deploying a new feature, you must validate assumptions. Run `get_api_introspection` in your script. This retrieves the complete GraphQL schema, confirming that all field names and types used by your code are valid within Webiny CMS. This step is critical for stable pipelines, preventing runtime errors caused by forgotten API changes or model name mismatches.
Managing Content State Changes in CI/CD
Need to replicate a content change? You can use `update_cms_entry` and pass the entry ID and JSON payload. This simulates making a specific field update—like changing a featured image URL or correcting a typo—in your build script. It's perfect for testing rollback scenarios, allowing you to programmatically set an entry back to a known good state.
Set up Webiny CMS 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 seewebiny-cms-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Webiny CMS transactions." It will automatically discover and invoke the available Webiny CMS tools.
claude mcp add --transport http webiny-cms-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 Webiny CMS MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Webiny CMS MCP today
We host it, we monitor it, we maintain it. You just paste one token.