How to Use the Landbot MCP in Cursor
Let Cursor's agent write your Landbot integration code using live customer data and bot info.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Landbot MCP to Cursor
Create your Vinkius account to connect Landbot to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with real data
Stop writing boilerplate with placeholder IDs. Tell Cursor's agent to write a function that interacts with a Landbot customer. The agent can use `search_customers` to find a real user, then inject their actual ID into the generated code for a `send_text_message` call. What you get is code that works immediately. The agent isn't guessing; it's using the live context from your Landbot account. This turns a multi-step process of finding IDs and testing into a single prompt.
Debug bots inside your editor
When a bot is acting up, you need to see the conversation and its configuration. Instead of opening multiple tabs, just ask the agent. It can call `get_messages` to pull the full chat transcript and `get_bot` to fetch the bot's setup details. All that information appears directly in Cursor, right next to your code. You can see the conversation flow, check the bot's logic, and find the problem without breaking your focus. It's the fastest way to diagnose issues.
Script administrative Landbot tasks
You can automate tedious tasks across your Landbot user base. Tell the agent to build a script that finds stale conversations. It can `list_customers`, check their last interaction time, and then generate the code to `assign_agent` to a human for follow-up. This isn't just about one-off actions. Your agent can build repeatable scripts that use the full suite of tools. This MCP server gives Cursor the ability to read and act on your Landbot data, turning your ideas into working code.
Set up Landbot MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Landbot MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Landbot transactions." If the MCP tools are loaded correctly, Cursor will call the Landbot tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"landbot-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Landbot. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Landbot MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Landbot MCP today
We host it, we monitor it, we maintain it. You just paste one token.