Back to directory
harlley/storyblok-mcp

harlley/storyblok-mcp

@harlley

A Model Context Protocol (MCP) implementation for Storyblok that allows you to manage components through natural language descriptions.

storyblokmcpcomponent-managementcontent-managementtypescriptmodel-context-protocolcmstool

Installation & Configuration

{
  "mcpServers": {
    "Storyblok MCP": {
      "command": "npx",
      "args": [
        "tsx",
        "/path/to/your/storyblok-mcp/src/main.ts"
      ],
      "env": {
        "STORYBLOK_SPACE_ID": "your_space_id",
        "STORYBLOK_API_KEY": "your_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15