Skip to content
Cursor

oculo for Cursor

io.github.xidik12/oculo

AI-powered native browser with 12 MCP tools. ~30 tokens per page.

client:Cursor transport:stdio runtime:npm

Install oculo in Cursor

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

{
  "mcpServers": {
    "oculo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oculo-mcp"
      ]
    }
  }
}

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

oculo in other clients