How to Use the BotPenguin MCP in Cursor
Run live BotPenguin support workflows and query contact data directly from your Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BotPenguin MCP to Cursor
Create your Vinkius account to connect BotPenguin 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.
Write code with live BotPenguin chat context
Your Cursor agent gains direct access to customer interactions when this BotPenguin MCP server executes `list_chats` and `get_chat_history`. Instead of relying on mock JSON payloads, your Cursor agent pulls real-time conversation logs to help you debug or build support features. You can test your message parsing logic or custom webhook handlers using actual customer inputs inside Cursor. Your Cursor agent reads the live feed, identifies formatting bugs, and writes correct code on the first try.
Build features using real BotPenguin CRM data
By exposing your lead database to your Cursor workspace, this BotPenguin MCP server provides direct access to `list_contacts` and `list_tags`. Your Cursor agent uses these tools to inspect contact structures and metadata formats while you write custom integrations. If you need details on a specific user, `get_contact` fetches their full profile directly into Cursor. Having actual customer schemas active in your Cursor context eliminates guesswork when writing database migrations or API sync scripts.
Send test messages and OTPs using this MCP Server
Executing active communication tasks is straightforward since this BotPenguin MCP server enables your Cursor agent to use `send_message` and `send_otp`. You can trigger a live SMS verification or dispatch a support message to a test user directly from the Cursor chat sidebar. This setup makes testing your notification loops incredibly fast inside Cursor. You do not need to open external API clients or run manual curl commands to verify your messaging flows.
Set up BotPenguin 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 BotPenguin 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 BotPenguin transactions." If the MCP tools are loaded correctly, Cursor will call the BotPenguin tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"botpenguin-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 BotPenguin. 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 BotPenguin MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BotPenguin MCP today
We host it, we monitor it, we maintain it. You just paste one token.