Cosmic Connector for AI agents.
10 live capabilities
Manage headless CMS content and media assets directly through your chat interface.
Waiting for input…
Why people use Cosmic
Cosmic for Headless CMS Content Management
This Connector changes the workflow by moving the controls into your chat window. You can tell your agent to update a title or patch a value using patch_cms_object. You get the result you want in seconds without ever opening another browser tab.
What Vinkius changes
You get a direct line from your chat interface to your headless CMS backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk updating content titles
A content editor needs to update 50 blog posts.
- Real-world use case 02
Verifying schema for a new component
A developer is building a new product card.
- Real-world use case 03
Cleaning up old media assets
A product manager notices the storage is getting full.
Complete set · 10capabilities
The complete Cosmic capability set.
These are the exact actions your AI can choose when you ask it to work with Cosmic.
01—04
4 capabilities in this set.
Part of 10 available through Cosmic.
- 01 Capability
Get schema details
Extract the properties and rules for your active fields. Use this to understand exactly what data a content type requires.
- 02 Capability
Create cms object
Create new Cosmic drafts by providing a JSON payload. This helps you populate your CMS with structured data quickly.
- 03 Capability
Wipe media asset
Remove specific media files from your bucket. Use this to clean up storage and manage your asset library.
- 04 Capability
Wipe cms object
Irreversibly delete specific app nodes from your CMS. Use this to drop live document rows and clear database allocations.
05—07
3 capabilities in this set.
Part of 10 available through Cosmic.
- 05 Capability
Get media asset
Retrieve the structural data for a specific media ID. This helps you verify the exact details of your uploaded assets.
- 06 Capability
Get single object
Fetch the full payload for a specific object ID. This lets you see the complete metadata for any entry in your bucket.
- 07 Capability
List uploaded media
View all uploaded media in your bucket. This helps you keep track of your picture limits and asset counts.
08—10
3 capabilities in this set.
Part of 10 available through Cosmic.
- 08 Capability
List schema types
List all the structured rules and content types in your environment. Use this to see the full scope of your CMS model.
- 09 Capability
List bucket objects
Identify all objects within your headless CMS environments. This helps you navigate different routing spaces easily.
- 10 Capability
Patch cms object
Update draft values for an existing object using its ID. This allows you to mutate global CRM boundaries without a full rewrite.
Set up in minutes
One URL. Then ask Cosmic to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cosmic from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cosmic, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cosmic for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cosmic URL.
- Step 03
Save and start
Save the connection and enable Cosmic in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cosmic": {
"url": "https://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cosmic
Open Agent mode in chat and ask: "Using Cosmic, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cosmic": {
"url": "https://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cosmic
Ask Copilot: "Using Cosmic, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cosmic": {
"url": "https://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cosmic
Open Cascade and ask: "Using Cosmic, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cosmic": {
"url": "https://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cosmic
Ask Cline: "Using Cosmic, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cosmic --transport http "https://edge.vinkius.com/vk_preview_8AgjmeIFMLOZAgK2CfQoBzmnSYL11jJUw3E3Nh4a/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cosmic
Ask Claude: "Using Cosmic, show me...". 10 tools are ready
Where the request belongs
Work Cosmic can move forward.
This is for the content team that feels slowed down by manual entry and the developers who need to know the exact schema requirements without digging through documentation.
Content Editor
You use this to bulk update object titles or create new drafts via natural language instead of clicking through the web app.
Frontend Developer
You use this to pull schema details and verify metadata structures directly in your IDE while you're building components.
Product Manager
You use this to audit media assets across different buckets and monitor content versioning for your team.
Growth Marketer
You use this to quickly prototype new content models and push updates to live environments without waiting on a dev cycle.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCosmic (Headless CMS & Content API)
Manage your content, media, and object types via Cosmic. list objects, create content, and handle media assets directly through any AI agent.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Flotiq
Manage headless content via Flotiq. create and search content objects, handle media assets, audit schemas, and track tenant limits directly from any AI agent.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Contentstack
Equip your AI agent to instantly retrieve digital content and schemas using the Contentstack Delivery API.
Payload CMS
Manage headless content via Payload CMS. manipulate documents, patch JSON states, retrieve singletons, and structure database endpoints using AI.
Bring your own AI
Change the model, client or framework. Keep Cosmic connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cosmic.
The practical details behind the request, access and result.
Can the Cosmic MCP help me manage my headless CMS content?
Yes, it allows you to create, list, and update content objects directly through your AI client. You can manage your drafts and metadata without having to navigate the web dashboard.
How do I use the Cosmic MCP to update my content?
You can simply tell your AI agent to update a specific piece of content. For example, asking it to change a title or patch a metadata value will trigger the update automatically.
Can I use the Cosmic MCP to manage my images and media?
Yes, it gives you the ability to list all uploaded media and see their specific details. You can also use it to remove old assets to save on storage space.
Does the Cosmic MCP support schema auditing?
It does. You can ask your agent to show you the requirements for any content type, and it will retrieve the exact fields and rules for you.
Can I delete content using the Cosmic MCP?
You can use it to remove specific app nodes or media assets. This is helpful for cleaning up your bucket and managing your storage quotas.
Is the Cosmic MCP good for developers?
It is excellent for developers who need to quickly verify schema details or fetch object payloads while they are working in their code editor.
Can my agent create new content objects in Cosmic?
Yes. Use the 'create_cms_object' capability. Provide the type slug, title, and a JSON object for metadata. The agent will command the backend to generate a new entry in your specified bucket.
How do I audit the schema of an existing Object Type?
Provide the type slug to the 'get_schema_details' capability. Your agent will analyze the specific localized variables and decode the native boundaries, showing you exactly which fields and metadata parameters the schema requires.
Can I permanently delete media assets via the agent?
Absolutely. The 'wipe_media_asset' capability allows you to irreversibly remove physical media from your Cosmic buckets. This is a powerful way to manage your storage quotas and cleanup dangling files directly from the chat.
One connection away
Give your agent a direct line to Cosmic.
Connect Cosmic once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available