Storyblok Connector for AI agents.
9 live capabilities
Manage headless CMS content and assets through conversation.
Waiting for input…
Why people use Storyblok
Storyblok Headless CMS Content Management
With this Connector, you just tell your agent what needs to happen. It handles the navigation and data entry for you. You get your content live without ever leaving your chat interface.
What Vinkius changes
You turn your CMS into a conversational interface for content management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Bulk metadata updates
An SEO specialist needs to update the 'meta_description' on 50 blog posts.
- Real-world use case 02
Component discovery for dev
A developer needs to know which components are available in the 'Marketing' space.
- Real-world use case 03
Rapid content drafting
A content creator wants to move a draft from a doc into the CMS.
Complete set · 9capabilities
The complete Storyblok capability set.
These are the exact actions your AI can choose when you ask it to work with Storyblok.
01—03
3 capabilities in this set.
Part of 9 available through Storyblok.
- 01 Capability
Delete content story
Permanently remove a specific story from your space. Use this to clean up old drafts or deprecated content.
- 02 Capability
List components
See all available content components in your environment. Use this to understand what building blocks you have to work with.
- 03 Capability
Create content story
Create a new story in a Storyblok space by providing a name, slug, and content JSON. This makes it easy to generate new pages or posts instantly.
04—06
3 capabilities in this set.
Part of 9 available through Storyblok.
- 04 Capability
Get story details
Pull the full details of a single content story. It's the best way to see exactly what's inside a specific page.
- 05 Capability
List assets
See a list of all media files in a Storyblok space. This helps you find the right images or videos for your content.
- 06 Capability
List spaces
Get a list of all the Storyblok spaces you have access to. It's a quick way to see your entire enterprise environment.
07—09
3 capabilities in this set.
Part of 9 available through Storyblok.
- 07 Capability
List stories
List all the stories within a specific space. This is perfect for getting a high-level view of your content library.
- 08 Capability
List space users
See who has access to a specific Storyblok space. Use this to manage permissions and see authorized operators.
- 09 Capability
Update content story
Modify the fields of an existing story in your space. This allows for quick updates to titles, text, or metadata.
Set up in minutes
One URL. Then ask Storyblok to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Storyblok 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_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Storyblok for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok URL.
- Step 03
Save and start
Save the connection and enable Storyblok in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"storyblok": {
"url": "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok
Open Agent mode in chat and ask: "Using Storyblok, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"storyblok": {
"url": "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok
Ask Copilot: "Using Storyblok, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"storyblok": {
"url": "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok
Open Cascade and ask: "Using Storyblok, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"storyblok": {
"url": "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok
Ask Cline: "Using Storyblok, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add storyblok --transport http "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/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 Storyblok
Ask Claude: "Using Storyblok, show me...". 9 tools are ready
Where the request belongs
Work Storyblok can move forward.
Content architects who are tired of manual data entry, frontend developers who need to query component IDs quickly, and SEO managers who need to update metadata at scale.
Content Architect
Mapping out complex content hierarchies and populating schemas without manual entry.
Frontend Developer
Querying nested objects or component IDs to keep site builds in sync with the CMS.
SEO Manager
Bulk-updating metadata and story parameters across hundreds of pages in minutes.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsContentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Builder.io
Manage your visual CMS via Builder.io. track content entries, models, and symbols directly from any AI agent.
Builder
Automate Builder.io headless CMS workflows. generate content blocks, update models, and orchestrate visual components directly from any AI agent.
Contentstack
Equip your AI agent to instantly retrieve digital content and schemas using the Contentstack Delivery API.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
GatherContent
Manage structured content projects, track items, and oversee workflows via AI agents with GatherContent.
Bring your own AI
Change the model, client or framework. Keep Storyblok 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 Storyblok.
The practical details behind the request, access and result.
Can the Storyblok MCP help me update content faster?
Yes, it lets your AI agent modify story fields directly. You can make changes across your site through a conversation instead of clicking through the dashboard.
How does the Storyblok MCP handle my media assets?
Your agent can list all the images and videos in your space. This makes it easy to find and reference specific files for your content without manual searching.
Can I use this to see who has access to my Storyblok space?
Yes, the Connector can list all authorized users. This helps you keep track of who can edit your content and manage permissions more easily.
Can the Storyblok MCP create new pages for me?
It can create new stories in your space using a name, slug, and your content data. This speeds up your publishing workflow by automating the creation step.
Is it safe to let an AI agent edit my Storyblok content?
You stay in control by giving the agent specific instructions. It only performs the actions you ask for, like updating specific fields or listing stories, and never acts on its own.
Does the Storyblok MCP work with my existing Storyblok token?
Yes, you just need to provide your authorized token in the configuration to let the agent securely connect to your environment.
How does the AI validate JSON payloads before creating content?
Instruct the agent to call list_components first. It returns the exact field names and types each component expects, so the AI builds a compliant JSON payload before calling create_content_story.
Can the agent accidentally delete entire spaces?
No. delete_content_story targets a single story by ID. it cannot perform recursive or bulk deletions. For extra safety, use a token scoped with limited write permissions.
What content types can I manage through this integration?
Stories (pages, articles, blog posts), media assets (images, videos, documents), component definitions, and space-level settings. Use list_stories, list_assets, and list_components to explore your content.
One connection away
Give your agent a direct line to Storyblok.
Connect Storyblok once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available