MCP server for managing Storyblok content, assets, workflows, releases, and configuration through AI assistants.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Storyblok MCP Server.
A TypeScript Model Context Protocol server for the Storyblok Management API. It lets AI assistants and agents manage Storyblok content, workflows, and configuration safely and programmatically.
Storyblok is powerful, but repetitive content operations and release workflows can be time-consuming. This server bridges MCP-compatible assistants with Storyblok so teams can:
Prompt
Response (example)
Create a .env file from the example and fill in your credentials:
Then start the server:
The server requires three environment variables (see .env.example):
What they are used for:
| Variable | Description |
|---|---|
STORYBLOK_SPACE_ID | Your numeric Storyblok space ID |
STORYBLOK_MANAGEMENT_TOKEN | Management API token with appropriate permissions |
STORYBLOK_DEFAULT_PUBLIC_TOKEN | Public/Preview token for content delivery |
Tip: Use the smallest permission set possible for safety.
This server is designed to work with any MCP-compatible client. Here are ready-to-copy configs for popular tools.
Add to your claude_desktop_config.json:
Codex supports MCP servers via CLI or by editing ~/.codex/config.toml. The CLI and IDE extension share the same config.
Option A: Configure with the Codex CLI
Option B: Configure with ~/.codex/config.toml
Create a project config at .cursor/mcp.json (or use the global config at ~/.cursor/mcp.json):
Create ~/.codeium/mcp_config.json:
Create .vscode/mcp.json in your workspace:
Create a YAML config at .continue/mcpServers/storyblok.yaml:
Open Cline settings and use "Configure MCP Servers" to open cline_mcp_settings.json, then add:
The tool surface mirrors Storyblok's Management API. Total tool count and modules are defined in src/tools/index.ts.
| Module | Tools | Description |
|---|---|---|
| Stories | 18 | CRUD, bulk operations, publishing, versioning |
| Components | 9 | Schema management, versioning, usage tracking |
| Assets | 9 | Upload, organize, bulk operations |
| Workflows | 6 | Workflow management and stages |
| Releases | 5 | Release scheduling and deployment |
| Datasources | 5 | Key-value data management |
| Tags | 5 | Content tagging and organization |
| Webhooks | 5 | Event notifications |
| Collaborators | 4 | Team management |
| Space Roles | 5 | Permissions and access control |
| ... | ... | And 20+ more modules |
Use these prompts in your MCP client to see quick wins:
src/index.ts - MCP server entry pointsrc/tools/* - Tool modules mapped to Storyblok API areassrc/types/* - Shared API and Storyblok typessrc/utils/* - HTTP helpers and response formattingsrc/config.ts - Environment configuration and validationConfigError: STORYBLOK_* is missing - ensure .env is present and filled out.401 Unauthorized - verify the Management and Public/Preview tokens.404 Not Found - double-check the STORYBLOK_SPACE_ID.When you're ready to cut a release:
package.json version (semantic versioning recommended).README.md if behavior or setup changed.This keeps the project easy to consume for open source users and downstream tools.
.env files or tokens to git.Issues and PRs are welcome. If you're planning a large change, open an issue first so we can align on scope and direction.
MIT
Built by hypescale | Maintained by Martin Kogut
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hypescale-storyblok-mcp-server)<a href="https://allmcps.com/mcp/hypescale-storyblok-mcp-server"><img src="https://allmcps.com/api/badge/hypescale-storyblok-mcp-server?style=directory" alt="Storyblok MCP Server on AllMCPs" /></a>