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.
Why this project
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:
- Automate content ops (bulk updates, tagging, assets)
- Orchestrate releases and workflows with less manual effort
- Keep component libraries and schemas consistent
- Give AI agents structured, typed access to Storyblok
Highlights
- 160 tools across 30 modules mapped to Storyblok Management API capabilities
- Typed schemas with Zod for safer tool calls
- MCP-first design for MCP-compatible clients
- Simple config using environment variables
What it does in 15 seconds
Prompt
Find all stories updated in the last 7 days and tag them as "reviewed".Response (example)
Found 12 stories updated since 2025-12-28.
Applied tag "reviewed" to 12 stories.





