The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to securely access your PlusVibe app and data.
With the PlusVibe MCP server, you can now connect directly to tools like Claude, Cursor, and other MCP-compatible agents to:
Fetch reply insights in real time
Run campaign analytics
Access lead, account, and performance data
Use PlusVibe APIs securely — without manual requests
Because PlusVibe MCP follows the latest MCP standard (Streamable HTTP), you get a fast, reliable, and future-proof way to interact with your data — all without leaving your favorite AI tools.
Get Started with PlusVibe MCP
First, retrieve your API key inside the PlusVibe Settings → API Access page (available on the Business Plan).
Connecting PlusVibe MCP to Claude
Install Claude Desktop and open the Settings page.
2. Click “Add Custom Connector.”
Enter PlusVibe as the Name.
For Remote MCP server URL, paste the following (replace with your own API key):
https://mcp.plusvibe.ai/mcp?api_key=REPLACE_WITH_YOUR_KEY
3. Restart Claude Desktop (often required). After restarting, you should see PlusVibe listed under Connectors.
Start interacting with PlusVibe MCP! For example, try asking:
“What’s the overall sentiment of my replies from last week?”
Connect PlusVibe MCP to Cursor
To connect PlusVibe MCP with Cursor, it’s a bit more technical because Cursor doesn’t support remote MCP servers directly — instead, it runs a local helper (mcp-remote
) to bridge the connection.
👉 This means you will need to install Node.js locally for the helper to work.
Step 1. In Cursor, go to Settings → MCP tab → Add Custom MCP.
Step 2. Paste the following JSON and save:
{
"mcpServers": {
"plusvibe": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.plusvibe.ai/mcp?api_key=YOUR_KEY"]
}
}
}
Replace YOUR_KEY
with your actual API key from PlusVibe Settings → API Access.
Step 3. Restart Cursor. You should now see PlusVibe listed under your MCP servers.