hypescale/storyblok-mcp-server
by Various
A TypeScript MCP server providing 160 tools for the Storyblok Management API
MCP
hypescale/storyblok-mcp-server
Added 1 June 2026
Overview
A TypeScript MCP server that exposes 160 tools for the Storyblok Management API. It uses the Model Context Protocol to let AI agents directly interact with Storyblok content management capabilities.
Best for
Best for
Developers building AI agents that manage content via Storyblok
Use cases
- Automate content creation and updates in Storyblok workflows
- Build AI assistants that query or modify Storyblok entries and assets
- Integrate Storyblok with MCP-compatible LLMs for custom content operations
How to use
Install
npm run start Tools exposed
STORYBLOK_SPACE_IDSTORYBLOK_MANAGEMENT_TOKENSTORYBLOK_DEFAULT_PUBLIC_TOKEN
Tested with
Claude Desktop, Cursor, Windsurf, Cline, Continue, VS Code
Example client config
{\n "mcpServers": {\n "storyblok": {\n "command": "node",\n "args": ["/path/to/storyblok-mcp-server/dist/index.js"],\n "env": {\n "STORYBLOK_SPACE_ID": "your_space_id",\n "STORYBLOK_MANAGEMENT_TOKEN": "your_management_token",\n "STORYBLOK_DEFAULT_PUBLIC_TOKEN": "your_public_token"\n }\n }\n }\n} Notes
A TypeScript MCP server that exposes 160 tools for the Storyblok Management API. It uses the Model Context Protocol to let AI agents directly interact with Storyblok content management capabilities.
7 stars on GitHub. Last updated 2026-03-12. Licensed MIT.
Use cases
- Automate content creation and updates in Storyblok workflows
- Build AI assistants that query or modify Storyblok entries and assets
- Integrate Storyblok with MCP-compatible LLMs for custom content operations
Pros
- Covers 160 endpoints of the Storyblok Management API for broad functionality
- Standard MCP protocol allows easy integration with multiple AI clients
- TypeScript implementation provides type safety and clear API contracts
Cons
- Only 7 GitHub stars indicates limited adoption and testing
- Requires understanding of both Storyblok API and MCP server setup
- Vendor listed as ‘Various’ suggests uncertain long-term maintenance
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Covers 160 endpoints of the Storyblok Management API for broad functionality
- Standard MCP protocol allows easy integration with multiple AI clients
- TypeScript implementation provides type safety and clear API contracts
Cons
- Only 7 GitHub stars indicates limited adoption and testing
- Requires understanding of both Storyblok API and MCP server setup
- Vendor listed as 'Various' suggests uncertain long-term maintenance
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.