How to Use the Cosmic MCP in Cursor
Write code against live headless CMS data by connecting Cosmic to Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cosmic MCP to Cursor
Create your Vinkius account to connect Cosmic 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.
Generate typed code from active Cosmic schemas in Cursor.
Running `get_schema_details` and `list_schema_types` lets your agent pull the exact shape of your CMS fields directly into Cursor. This MCP Server feeds those live schema rules directly into the editor. Your agent writes accurate TypeScript interfaces based on actual production types, saving you from runtime bugs.
Create and update CMS drafts during active coding sessions.
Your agent calls `create_cms_object` to insert a fresh test draft or runs `patch_cms_object` to tweak live values. The editor uses these tools to modify your headless environment on the fly. You see how your code handles fresh content updates instantly.
Query bucket layouts and media assets inside Cursor.
Your agent uses `list_bucket_objects` and `get_media_asset` to verify image paths and routing spaces. It inspects the media arrays using `list_uploaded_media` to make sure your image components are pulling the correct dimensions and file formats.
Set up Cosmic 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 Cosmic 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 Cosmic transactions." If the MCP tools are loaded correctly, Cursor will call the Cosmic tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cosmic-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 Cosmic. 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 Cosmic MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cosmic MCP today
We host it, we monitor it, we maintain it. You just paste one token.