McpMux
Back to Registry

Storyblok MCP Server

Community

Contributed 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

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"
        }
      }
    ]
  }
}
Details
TransportRemote (HTTP)
Hostingremote
AuthAPI Key
Capabilities
ToolsPrompts

Categories

Tags

storyblokcmscontent-managementdocumentationheadless-cms

Supported AI Clients

The Storyblok MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

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.