ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Bubble.io with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Bubble.io application data and trigger backend workflows 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 · 8 capabilities

The complete Bubble.io capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Bubble.io.

  1. 01

    Create thing

    Provide fields as a JSON object. Create a new Thing in the Bubble database

  2. 02

    Trigger workflow

    Trigger a Bubble API Workflow

  3. 03

    Bulk create things

    Provide a string with one JSON object per line (NDJSON format). Bulk create multiple Things in the Bubble database

  4. 04

    Delete thing

    Delete a Thing from the Bubble database

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Bubble.io.

  1. 05

    Get thing

    Retrieve a specific Bubble Thing by its UID

  2. 06

    Replace thing

    Missing fields are reset to defaults or cleared. Replace (Put) an existing Thing in the Bubble database

  3. 07

    Search things

    Can use constraints (URL-encoded JSON array), cursor, limit, and sorting. Search, paginate, and sort Things in the Bubble database

  4. 08

    Update thing

    Update (Patch) an existing Thing in the Bubble database

Observed, not estimated

903ms average. Fast in production.

Bubble.io is checked daily against the live service.

Daily averagePeak 1084ms
Aug 20Today
Fastest day
796ms
Slowest day
1084ms
14-day trend
Slowing+7%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 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 Bubble.io, so you can see the experience inside your AI.

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

Bubble.io Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_lUNvK1TpWTRVRTPOLS3UNfe6XtQl8b38pfeiNdwb/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 — Bubble.io capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "bubbleio-no-code-application-platform-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lUNvK1TpWTRVRTPOLS3UNfe6XtQl8b38pfeiNdwb/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 Bubble.io owners ask.

  • 01

    Can I search for records with specific filters?

    Yes! Use the search_things capability. You can provide a constraints JSON array to filter by fields (e.g., equals, greater than). You can also control the limit and sort_field to refine your results.

  • 02

    How do I trigger a backend workflow?

    Simply use the trigger_workflow capability by providing the workflow_name (the URL-friendly name defined in your Bubble API settings). This allows your AI to execute complex logic defined in your Bubble backend.

  • 03

    Is it possible to create many records at once?

    Yes, the bulk_create_things capability allows you to create up to 1,000 records in a single call. You should provide the data in NDJSON format (one JSON object per line) for high-performance data ingestion.