Cursor

Integrate Votte with Cursor through MCP Server

Overview

To integrate Votte with Cursor, follow these steps:

  1. First, review the Votte-MCP documentation to understand how to integrate Votte with Cursor through MCP Server.

  2. Then, follow the steps in the Cursor MCP Documentation to configure Cursor to use the Votte MCP Server for browser control.

Server Configuration

Add the following configuration to your Cursor settings:

{
    "mcpServers": {
        "votte-mcp": {
            "url": "https://api.votte.com/mcp",
            // For local development, use:
            // "url": "http://localhost:8000/sse"
            "env": {
                "VOTTE_API_KEY": "<your-votte-api-key>"
            }
        }
    }
}

Last updated