ButterCMS Connector for AI agents.
10 live capabilities
Query headless CMS content and taxonomies for content audits.
Waiting for input…
Why people use ButterCMS
ButterCMS Headless CMS Content Audits
This Connector lets you just ask your agent to do it. You can request a list of all posts covering a specific topic or ask for the category structure of your entire site. You get the data you need in a single chat response, skipping the manual navigation entirely.
What Vinkius changes
Your AI agent gets direct, real-time access to your headless CMS content for immediate use.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Keyword Gap Analysis
An SEO manager asks the agent to find all posts with 'startup' to see if the brand is already covered or if new content is needed.
- Real-world use case 02
Front-end Debugging
A developer checks why a custom page is broken by inspecting the nested JSON configuration to see how data is mapped.
- Real-world use case 03
Content Categorization
A writer asks for all categories to see where a new article about 'AI' should live to ensure it hits the right audience.
Complete set · 10capabilities
The complete ButterCMS capability set.
These are the exact actions your AI can choose when you ask it to work with ButterCMS.
01—04
4 capabilities in this set.
Part of 10 available through ButterCMS.
- 01 Capability
List butter authors
Get a list of all CMS writers. This helps you identify who wrote which piece of content.
- 02 Capability
List custom pages
Look at the internal configurations for specific pages. Use this to see how custom data is mapped.
- 03 Capability
List blog posts
See the routing spaces for posts in your headless CMS. This helps you understand how your blog is indexed.
- 04 Capability
Search collection field
Find specific active arrays within your filtered collections. This helps you pinpoint data points that match specific criteria.
05—07
3 capabilities in this set.
Part of 10 available through ButterCMS.
- 05 Capability
Get page layout
Get the exact structural matching for your UI routing. Use this to see how specific pages are built.
- 06 Capability
Get post details
Pull specific Cloud logging and tracing for post slugs. It's great for looking up the history of a specific article.
- 07 Capability
List butter categories
Analyze the groupings in your CMS structure. Use this to see how your content is organized.
08—10
3 capabilities in this set.
Part of 10 available through ButterCMS.
- 08 Capability
List global collections
See all attached structured rules and content items. This gives you a bird's eye view of your content types.
- 09 Capability
List butter tags
Map all taxonomy hits across your Web CRM. Use this to see all your active tags at once.
- 10 Capability
Search blog posts
Extract properties for active keywords. This is the fastest way to find content related to specific topics.
Set up in minutes
One URL. Then ask ButterCMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ButterCMS 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_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ButterCMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS URL.
- Step 03
Save and start
Save the connection and enable ButterCMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"buttercms": {
"url": "https://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS
Open Agent mode in chat and ask: "Using ButterCMS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"buttercms": {
"url": "https://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS
Ask Copilot: "Using ButterCMS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"buttercms": {
"url": "https://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS
Open Cascade and ask: "Using ButterCMS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"buttercms": {
"url": "https://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS
Ask Cline: "Using ButterCMS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add buttercms --transport http "https://edge.vinkius.com/vk_preview_lz8oJACuel9Orm3eZ03PsVsPvz38Hxfltpy66t6c/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 ButterCMS
Ask Claude: "Using ButterCMS, show me...". 10 tools are ready
Where the request belongs
Work ButterCMS can move forward.
Content teams and headless engineers who need to query a CMS without building custom scripts or manual exports.
SEO Manager
Audits tags and keywords to find content gaps and improve organic reach.
Headless Engineer
Debugs nested JSON outputs for custom pages to ensure they render correctly.
Content Strategist
Scans the knowledge base to ensure content isn't duplicated before new drafts go live.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKontent.ai
Manage content items, types, and taxonomies via Kontent.ai's Delivery and Management APIs directly from your AI agent.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Agility CMS
Manage and query your Agility CMS content through AI. navigate sitemaps, search lists, and fetch layouts.
HubSpot CMS Hub
Manage blog posts, site pages, landing pages, authors, tags, and domains through natural conversation.
Kontent.ai (Enterprise Headless CMS)
Manage enterprise content via Kontent.ai. create items, publish language variants, and audit content types.
Bring your own AI
Change the model, client or framework. Keep ButterCMS 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 ButterCMS.
The practical details behind the request, access and result.
Can the ButterCMS MCP help me find specific blog posts?
Yes, it allows your AI agent to search your blog's full-text index and return specific articles based on keywords or slugs you provide.
How does the ButterCMS MCP help with SEO audits?
You can ask your agent to scan for existing keywords, check your tag distribution, and identify content gaps across your entire site instantly.
Can I use the ButterCMS MCP to see my content categories?
Absolutely. It can pull your full category tree so you can see how your content is grouped without opening your CMS dashboard.
Does the ButterCMS MCP work for custom pages?
Yes, it can inspect the internal configurations and JSON structures of your custom pages, which is very helpful for debugging front-end issues.
How do I connect ButterCMS to my AI agent?
Just subscribe to the Connector on Vinkius and paste your ButterCMS API token into your AI client's settings. From there, your agent can access your content.
Can the ButterCMS MCP help me find duplicate content?
Yes, by searching for specific keywords across your entire knowledge base, your agent can quickly identify if you've already published similar articles.
Can my AI analyze the full content of an already published article?
Absolutely. Through the generic get_post_details capability using a targeted URL slug, the agent actively retrieves the article content boundaries directly from ButterCMS, letting you check formatting errors inside the markup natively.
Does it connect out to our Custom Pages or specifically built Collections?
Yes. Beyond just basic blog articles, the agent explores specific array bounds pulling the 'list_custom_pages' endpoint isolating pure localized architectures and fields.
Will it discover writers or tags independently mapping cross-relations?
Yes! Running standard category lists returns an exact enumeration mapping taxonomy arrays straight into conversational strings. Ask the bot 'Who are our CMS authors?' and watch the results.
One connection away
Give your agent a direct line to ButterCMS.
Connect ButterCMS once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available