Storyblok MCP Server
OfficialProvides tools for managing Storyblok content, including stories, content types, and assets via the Storyblok Management API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Storyblok MCP Serverlist all stories in my space"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Storyblok MCP Server (Archived)
This repository has been archived. It is no longer maintained and will not receive updates.
The Storyblok MCP Server is now fully hosted — no local clone or Node.js required. Please use the hosted version at https://mcp.labs.storyblok.com/ for setup instructions.
This repository contained a locally-run MCP (Model Context Protocol) server for the Storyblok Management API.
It has been superseded by the hosted Storyblok MCP Server, which requires no installation, and supports all major MCP clients out of the box.
Migration
Connect directly to the hosted server at:
https://mcp.labs.storyblok.com/mcpAuthentication is done via a Bearer token (your Storyblok Personal Access Token) in the Authorization header.
Claude Code
claude mcp add --transport http Storyblok https://mcp.labs.storyblok.com/mcp --header "Authorization: Bearer your_token_here"Claude Desktop
Edit your configuration file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"Storyblok": {
"type": "http",
"url": "https://mcp.labs.storyblok.com/mcp",
"headers": {
"Authorization": "Bearer your_token_here"
}
}
}
}Other Clients (Cursor, VS Code, Windsurf, etc.)
See the full setup guide at https://mcp.labs.storyblok.com/ for client-specific instructions, one-click installs, and role-based access options.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for interacting with Contentstack's Content Management API15162TypeScriptMIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive server enabling natural language interaction with Storyblok CMS for managing stories, assets, components, releases, and other content through a modular architecture.131
- AlicenseCqualityDmaintenanceThe Storyblok MCP server enables your AI assistants to directly access and manage your Storyblok spaces, stories, components, assets, workflows, and more.41PythonMIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables comprehensive management of Storyblok CMS through natural language interactions. Supports story creation and publishing, asset management, component schema updates, release workflows, and content discovery across all major Storyblok APIs.13
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/storyblok/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server