votte
Twitter / X GithubVotte
  • Documentation
  • API Reference
  • Introduction
    • Introduction
  • Get started
  • Python SDK
  • Concepts
    • Browser Sessions
  • Web Agents
  • Page Interactions
  • Secrets Vault
  • Browser Using Agent (BUA)
  • Session Features
    • Proxies
  • CDP
  • Session Replay
  • Cookies
  • Use Cases
    • Github Issue Agent
  • Scrape Shopping Products
  • Integrations
    • Votte MCP Server
  • OpenAI CUA (computer use)
  • Cursor
Powered by GitBook

@ 2025 Votte Labs

On this page
Export as PDF

Cursor

Integrate Votte with Cursor through MCP Server

PreviousOpenAI CUA (computer use)

Last updated 14 days ago

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 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>"
            }
        }
    }
}
Cursor MCP Documentation