Storyblok MCP Server
CommunityContributed by Storyblok
Manage Storyblok CMS content from AI chat via Storyblok's hosted MCP endpoint. Search, describe, and execute Management API operations across spaces, stories, components, assets, and workflows. No local install needed.
About the Storyblok MCP Server
The Storyblok MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Manage Storyblok CMS content from AI chat via Storyblok's hosted MCP endpoint. Search, describe, and execute Management API operations across spaces, stories, components, assets, and workflows. No local install needed. This is a community-contributed MCP server by Storyblok.
Install the Storyblok MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "http",
"url": "https://mcp.labs.storyblok.com/mcp",
"headers": {
"Authorization": "Bearer ${input:STORYBLOK_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "STORYBLOK_TOKEN",
"label": "Storyblok Personal Access Token",
"description": "Personal access token (PAT) for the Storyblok Management API. Used as a Bearer token in the Authorization header.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "***************************",
"obtain": {
"url": "https://app.storyblok.com/#/me/account?tab=token",
"instructions": "1. Sign in to Storyblok\n2. Open My account > Account settings > Personal access tokens\n3. Generate a new personal access token\n4. Copy the token",
"button_label": "Get Personal Access Token"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Storyblok MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Notion (Docker)
Read and write Notion pages, databases, and blocks via Docker container. Uses a Notion integration token for authentication.
Notion (Remote)
Read and write Notion pages, databases, and blocks through Notion's hosted remote MCP server. No local setup required, authenticates via OAuth.
Notion (npx)
Read and write Notion pages, databases, and blocks locally via npx. Uses a Notion integration token for authentication.
Cloudflare Docs
Search Cloudflare developer documentation using semantic search. Covers Workers, Pages, R2, D1, KV, Durable Objects, Zero Trust, and all Cloudflare products.
Context7 (Docker)
Fetch up-to-date, version-specific documentation and code examples for any library directly into LLM prompts via Docker. Prevents hallucinated APIs by pulling current docs from the source.
Context7 (HTTP)
Fetch up-to-date, version-specific documentation and code examples for any library via Context7's hosted MCP endpoint. No local install needed.
Install Storyblok with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.