MCP.so
Sign In
Servers

MCP Storyblok Server

@zerdos

MCP server for managing storyblok

Overview

What is MCP Storyblok Server?

MCP Storyblok Server is a Model Context Protocol (MCP) server for Storyblok CMS integration. It provides tools for managing stories, assets, components, releases, tags, and more through a modular architecture, targeting developers using MCP-compatible clients.

How to use MCP Storyblok Server?

Install dependencies with yarn install, build the project with yarn build, and set the required environment variables (STORYBLOK_SPACE_ID, STORYBLOK_MANAGEMENT_TOKEN, STORYBLOK_DEFAULT_PUBLIC_TOKEN) in your MCP client configuration. Then configure the server in your MCP client.

Key features of MCP Storyblok Server

  • Story CRUD, publishing, versioning, and lifecycle management.
  • Asset upload, organization, and folder management.
  • Component schema creation, update, and deletion.
  • Tag creation, assignment, and deletion.
  • Release scheduling and publishing workflows.
  • Advanced content search and space management.

Use cases of MCP Storyblok Server

  • Automate story publishing and versioning across a Storyblok space.
  • Manage digital assets with upload, folder organization, and deletion.
  • Update component schemas and create new blocks programmatically.
  • Schedule content releases and manage tags for content organization.

FAQ from MCP Storyblok Server

What dependencies does MCP Storyblok Server require?

It requires Node.js and yarn for installation and building, as shown in the setup instructions.

How do I configure MCP Storyblok Server?

Set the environment variables STORYBLOK_SPACE_ID, STORYBLOK_MANAGEMENT_TOKEN, and STORYBLOK_DEFAULT_PUBLIC_TOKEN in your MCP client configuration.

What API does it use to interact with Storyblok?

It uses the Storyblok Management API and Content Delivery API for story, asset, component, release, tag, space, and datasource operations.

Is the server modular and type-safe?

Yes, it follows a modular architecture with separation of concerns and comprehensive TypeScript types for all interfaces.

More from Other