Connect AI to Bubble apps for data operations, schema discovery, and workflows.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Bubble MCP Server" yet — see the docs or source repo.
After connecting to my Bubble app, inspect the schema for the Customer data type and create a new customer record with name Wang Min, email [email protected], and status active. Then return the new record ID.
Returns the Customer schema details and confirms a new customer record was created with its record ID.
Find all records in the Order data type where status is pending and the creation date is older than 7 days, update them to overdue, and report how many were changed.
Returns the update results for matching orders and the total number of records actually modified.
Run the invoice_reminder workflow in the Bubble app with customer_id=12345 and due_date=2025-02-15, then tell me whether it succeeded and what it returned.
Executes the specified workflow and returns the success status, response payload, or error details.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Project Bubble tasks via Rube MCP with schema lookup first.
Connect AI to HubSpot for CRM actions, marketing tasks, and data access.
Lets users manage 3D printer status, queues, filament, and snapshots via AI.
Connect AI to Bika.ai for database CRUD, attachments, and automation workflows.
Let AI read and write MySQL, switch databases, and auto-configure from Spring Boot.