ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Builder with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate Builder.io headless CMS workflows. generate content blocks, update models, and orchestrate visual components directly from any AI agent.

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 · 10 capabilities

The complete Builder capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Builder.

  1. 01

    List builder models

    List all defined data models and schemas in the Builder space

  2. 02

    Update visual block

    Update an existing Builder.io content block or document

  3. 03

    Get model schema

    Get the exact field structure and schema definitions for a single model

  4. 04

    Get single content

    G. query.data.title=Home). Retrieve a specific content document by query matching from Builder.io

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Builder.

  1. 05

    List model content

    Useful for fetching dynamic content blocks or pages. Retrieve a list of content entries for a specific Builder.io model

  2. 06

    Search active models

    Find Builder models matching a specific criteria or substring

  3. 07

    Wipe visual block

    Permanently delete a specific content entry from Builder.io

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Builder.

  1. 08

    Count model entities

    Quickly count the number of live items stored within a specific model

  2. 09

    Create visual block

    Create new content entries or visual blocks inside a Builder model

  3. 10

    Get media file

    Retrieve details about an uploaded media asset within Builder.io

Observed, not estimated

919ms average. Fast in production.

Builder is checked daily against the live service.

Daily averagePeak 1046ms
Aug 20Today
Fastest day
715ms
Slowest day
1046ms
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. 10 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 Builder, so you can see the experience inside your AI.

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

Builder Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_BqALflagL8xNOmjaZGHvPIxPB3BCwZBh8bTcwCPe/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 — Builder capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "builder-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_BqALflagL8xNOmjaZGHvPIxPB3BCwZBh8bTcwCPe/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 Builder owners ask.

  • 01

    Can my AI read the strict structure of a custom model before creating a block?

    Yes! We highly recommend asking your agent to use get_model_schema first. By retrieving the exact JSON fields (Strings, Lists, Booleans), the AI naturally learns the shape of your Page or HeroContent model and formats its create_visual_block mutation flawlessly avoiding validation errors.

  • 02

    How can I count how many blogs or pages are in my Builder space?

    You can use the native count_model_entities capability. By querying a model like blog-post, the agent accesses the Builder backend with limit=1 exclusively to extract the metadata counts without downloading heavyweight content arrays—highly efficient for broad analytics.

  • 03

    Can the agent wipe an accidentally created page completely?

    Yes. If an error occurs or a staging draft needs removal, the agent can call wipe_visual_block. Supply the targeted entity ID, and the HTTP DELETE command is irreversibly broadcasted to the Builder environment. Always review IDs manually.