MCP.so
登录

MCP Storyblok Server

@zerdos

关于 MCP Storyblok Server

MCP server for managing storyblok

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

zerdos

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器