Storyblok MCP
Allows managing Storyblok components through natural language descriptions, including creating, updating, and listing components with various field types.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Storyblok MCPCreate a Hero component with a title (text) and background (asset) field."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Storyblok MCP
A Model Context Protocol (MCP) implementation for Storyblok that allows you to manage components through natural language descriptions.
Features
Create Storyblok components using natural language descriptions
Update existing components with new fields and properties
List all available components
Smart schema generation from descriptions
Support for various field types (text, richtext, asset, multilink, etc.)
Related MCP server: Storyblok MCP Server
Setup
Clone the repository:
git clone [repository-url]
cd storyblok-mcpInstall dependencies:
npm installConfigure environment variables:
cp .env.example .envEdit .env and add your Storyblok credentials:
STORYBLOK_SPACE_ID: Your Storyblok space IDSTORYBLOK_API_KEY: Your Storyblok API key
Usage
Start the MCP server:
npm startCreating Components
Create components by providing a description with display name and schema:
display:Component Name
schema:
field1 (text)
field2 (richtext)
field3 (asset)
field4 (multilink)Updating Components
Update components by specifying their ID and new properties:
display:New Display Name
schema:
newField1 (text)
newField2 (richtext)Supported Field Types
text: Simple text field
textarea: Multi-line text field
richtext: Rich text editor
markdown: Markdown editor
number: Numeric input
datetime: Date and time picker
boolean: True/false toggle
asset: File/image selector
multilink: Link selector
bloks: Nested components
Development
Run in development mode with auto-reload:
npm run devRun tests:
npm testCursor MCP Setup
To use this MCP in Cursor, you need to configure it in your Cursor MCP settings:
{
"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"
}
}
}
}Replace:
/path/to/your/storyblok-mcpwith the actual path where you cloned this repositoryyour_space_idwith your Storyblok space IDyour_api_keywith your Storyblok API key
After saving the configuration, restart Cursor for the changes to take effect. You can then use natural language commands to manage your Storyblok components directly from Cursor.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA comprehensive server enabling natural language interaction with Storyblok CMS for managing stories, assets, components, releases, and other content through a modular architecture.71
- AlicenseCqualityFmaintenanceConnects AI tools to Storyblok CMS, allowing users to manage content through natural language commands for tasks like story management, asset handling, and AI-powered content operations.100279MIT
- Flicense-quality-maintenanceEnables comprehensive management of Storyblok CMS through natural language interactions. Supports story creation and publishing, asset management, component schema updates, release workflows, and content discovery across all major Storyblok APIs.7
- FlicenseCquality-maintenanceAn MCP server that enables AI assistants like Cursor and Claude to interact with the Storyblok Management API. It allows users to manage stories, tags, components, assets, and workflows through natural language commands.7427
Related MCP Connectors
AI-powered design and management for Webflow Sites
Manage projects, tasks, time tracking, and team collaboration through natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/harlley/storyblok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server