Skip to content
Cursor

Vessel Browser for Cursor

io.github.unmodeled-tyler/vessel-browser

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

client:Cursor transport:stdio runtime:npm

Install Vessel Browser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vessel-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@quanta-intellect/vessel-browser"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vessel Browser in other clients