Back to Home
varshavskiyTymur icon

sb-content-creator

Verified Safe

by varshavskiyTymur

Overview

An MCP server for AI interaction with Storyblok CMS, enabling automated content creation without manual intervention.

Installation

Run Command
npx -y sb-content-creator@latest --space-id YOUR_SPACE_ID --access-token YOUR_ACCESS_TOKEN

Environment Variables

  • SPACE_ID
  • ACCESS_TOKEN
  • PORT
  • API_BASE

Security Notes

The server correctly avoids hardcoded secrets by expecting Storyblok `SPACE_ID` and `ACCESS_TOKEN` via environment variables or command-line arguments. It does not use `eval` or exhibit obfuscation. However, there is a critical bug in the `src/server/storyblok-server.ts` file: the `createStoryblokServer` function validates and instantiates the `StoryblokApiClient` using the `spaceId` and `accessToken` parameters *directly passed to it*, before considering environment variables or command-line arguments. This means if `createStoryblokServer` is called with empty strings (as it is when `process.env.SPACE_ID` or `process.env.ACCESS_TOKEN` are unset for the HTTP server, or when no arguments are passed for the STDIO/`npx` server), it will unconditionally throw an error and fail to start. This is a setup/functional flaw, not a vulnerability that exposes data or allows arbitrary code execution once running.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-12

Tags

StoryblokCMSAIContent AutomationMCP