ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Storyblok with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your AI to Storyblok. Manage content spaces, craft data stories, and orchestrate headless CMS elements effortlessly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 9 capabilities

The complete Storyblok capability set.

These are the exact actions your AI can choose when you ask it to work with Storyblok.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through Storyblok.

  1. 01

    Get story details

    Retrieves details for a specific content story

  2. 02

    List assets

    Lists media assets in a Storyblok space

  3. 03

    List stories

    Requires a space ID. Lists content stories within a specific space

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through Storyblok.

  1. 04

    Update content story

    Requires space and story IDs. Updates fields of an existing Storyblok story

  2. 05

    Create content story

    Provide a name, slug, and content JSON. Creates a new story in a Storyblok space

  3. 06

    Delete content story

    This action is irreversible. Permanently deletes a Storyblok story

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through Storyblok.

  1. 07

    List components

    Lists available content components

  2. 08

    List spaces

    Lists all accessible Storyblok spaces

  3. 09

    List space users

    Lists all users with access to a specific space

Observed, not estimated

870ms average. Fast in production.

Storyblok is checked daily against the live service.

Daily averagePeak 1025ms
Aug 20Today
Fastest day
697ms
Slowest day
1025ms
14-day trend
Slowing+14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Storyblok, so you can see the experience inside your AI.

It does not authenticate your account with Storyblok. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Storyblok Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Storyblok capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "storyblok-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_g6NA0FgzwziBIbKl6e8q1WkJenuyDA4OigBTs2VN/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Storyblok owners ask.

  • 01

    How does the AI validate JSON payloads before creating content?

    Instruct the agent to call list_components first. It returns the exact field names and types each component expects, so the AI builds a compliant JSON payload before calling create_content_story.

  • 02

    Can the agent accidentally delete entire spaces?

    No. delete_content_story targets a single story by ID. it cannot perform recursive or bulk deletions. For extra safety, use a token scoped with limited write permissions.

  • 03

    What content types can I manage through this integration?

    Stories (pages, articles, blog posts), media assets (images, videos, documents), component definitions, and space-level settings. Use list_stories, list_assets, and list_components to explore your content.