How to Use the Crafter CMS MCP in Cursor
Generate and deploy Crafter CMS XML schemas directly from Cursor using this dedicated MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Crafter CMS MCP to Cursor
Create your Vinkius account to connect Crafter CMS to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Edit Git-based XML schemas inside Cursor
`write_studio_xml` generates new content pages and structural nodes directly inside your local or remote Git workspace. Cursor uses this tool to write clean XML that matches your Crafter CMS blueprint constraints. Instead of copy-pasting XML blocks, the editor inserts the generated code directly into your active project tree. To prevent path errors, the `get_studio_tree` tool maps out your folder structure and reads nested XML hierarchies. This ensures the AI editor knows exactly where to write new files. You maintain complete control over the file paths and Git history as you build out your headless schemas.
Test live GraphQL queries using Cursor MCP Server
`execute_graphql_payload` runs live GraphQL queries against your Crafter Engine directly from Cursor's agent mode. The editor uses real API responses to shape your front-end components instead of relying on mock data. This speeds up component design because you see actual content structures as you write code. If a query fails, `get_site_config` isolates the GraphQL URL limits to debug the connection. You can also execute `search_crafter_delivery` to inspect specific image assets or payload arrays. This keeps your development loop tight and focused inside one window.
Deploy Studio changes directly from Cursor
`publish_crafter_content` pushes local Studio modifications straight to your live delivery endpoint. Cursor handles the workflow migration, allowing you to deploy code and content updates simultaneously. This reduces manual steps when testing how custom components render live content. The `list_platform_sites` tool displays your active domains so you never deploy to the wrong environment. You can also run `list_studio_users` to verify user permissions and blueprint constraints before executing high-impact deployments. It keeps your team's workflow synchronized and secure.
Set up Crafter CMS MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Crafter CMS MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Crafter CMS transactions." If the MCP tools are loaded correctly, Cursor will call the Crafter CMS tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"crafter-cms-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Crafter CMS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Crafter CMS MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Crafter CMS MCP today
We host it, we monitor it, we maintain it. You just paste one token.