Back to Apps

Storyblok MCP
by arjuncodess
Connect AI tools to Storyblok CMS to manage content, stories, and assets using natural language.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
This MCP server connects AI agents to the Storyblok Headless CMS, enabling the management of content, stories, assets, and space configurations via natural language. It allows users to create, update, delete, and publish content directly from an AI interface.
Tools
fetch_stories: Retrieve a list of stories with filtering and search.get_story: Fetch a single story by ID.create_story: Create a new story entry.update_story: Update content, names, or slugs.delete_story: Remove a story by ID.publish_story: Make a story live.get_story_versions: Retrieve version history for rollbacks.fetch_tags: List and manage space tags.create_webhook: Set up Storyblok event triggers.fetch_releases: Manage content batches for scheduled publishing.generate_meta_tags: AI-powered generation of SEO titles and descriptions.translate_story: AI-driven content translation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"storyblok": {
"command": "node",
"args": ["/path/to/storyblok-mcp/build/index.js"],
"env": {
"STORYBLOK_SPACE_ID": "your_space_id",
"STORYBLOK_MANAGEMENT_TOKEN": "your_management_token",
"STORYBLOK_DEFAULT_PUBLIC_TOKEN": "your_public_token",
"GOOGLE_GENERATIVE_AI_API_KEY": "your_gemini_ai_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install storyblok-mcpInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add mcp.json entry pointing to build/index.js with required Storyblok and Gemini env vars.Claude Desktop
Add to claude_desktop_config.json with STORYBLOK_SPACE_ID, STORYBLOK_MANAGEMENT_TOKEN, and GOOGLE_GENERATIVE_AI_API_KEY.





