How to Use the Craft CMS (Craftnet) MCP in Cursor
Inject live Craftnet license data and plugin details straight into your code using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Craft CMS (Craftnet) MCP to Cursor
Create your Vinkius account to connect Craft CMS (Craftnet) 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.
Pull Craftnet licenses into Cursor
Configure this MCP Server, enable Agent mode, and ask Cursor to run `list_cms_licenses`. The editor pulls your live Craft CMS entitlements and writes the configuration arrays directly into your environment files. Writing deployment scripts requires knowing exactly which domains have active licenses. You never have to switch windows to check if a client paid for a specific add-on. The AI calls `list_plugin_licenses` while you are writing the composer file. It verifies the package exists in your account before adding the requirement to your project.
Query store data mid-code
Sometimes you forget the exact handle of a package while building a custom module. Hit Command-K and tell the agent to `search_plugins_by_name`. Cursor fetches the exact package name from the Craft Store and drops it into your dependency list. Need to know if an add-on supports the latest CMS version? The editor fires `get_plugin_details` to read the compatibility matrix. If the package is outdated, Cursor can immediately `list_plugin_categories` to find a modern alternative without breaking your flow.
Audit accounts via MCP Server
Managing agency access means keeping track of who can touch which projects. Cursor uses `list_craftnet_users` to fetch every developer tied to your organization. You can have the AI compare this live list against your local terraform files to spot discrepancies. When you need high-level metadata, the agent triggers `get_account_details`. This pulls your core organization info straight from the API. You get instant context on your agency tier and active limits while writing custom deployment logic.
Set up Craft CMS (Craftnet) 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 Craft CMS (Craftnet) 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 Craft CMS (Craftnet) transactions." If the MCP tools are loaded correctly, Cursor will call the Craft CMS (Craftnet) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"craft-cms-craftnet-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 Craftnet. 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 Craft CMS (Craftnet) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Craft CMS (Craftnet) MCP today
We host it, we monitor it, we maintain it. You just paste one token.