Oculo

by xidik12

257 downloads
Not rated
GitHub

About

AI-powered native browser with built-in MCP server. 7 tools for browser automation — navigate, click, fill forms, extract data, run pipelines. ~30 tokens per page description vs 25,000 for DOM snapshots. macOS Apple Silicon. MIT licensed.

Details

Author
xidik12
Downloads
257
Categories
Other, Automation, Web Scraping

- AI Chat Panel with multi-provider support
- 7 MCP tools (~30 tokens per page description)
- Media generation (images and videos)
- Smart Auth: credential vault, auto-login, TOTP 2FA
- Privacy-first: 4-tier permission gate, PII redaction
- Voice control via on-device Whisper STT
- Sandboxed browser-side JavaScript execution

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Oculo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect Oculo to any stdio MCP client by pointing it to node /path/to/mcp/oculo-mcp.mjs. For Claude Code, run claude mcp add oculo -- node /path/to/mcp/oculo-mcp.mjs. For Cursor, add the command and args to .cursor/mcp.json.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "oculo": {
            "oculo": {
                "command": "node",
                "args": [
                    "~/Desktop/oculo/bin/oculo-mcp.mjs"
                ]
            }
        }
    }
}

McpServers

{
    "oculo": {
        "command": "node",
        "args": [
            "~/Desktop/oculo/bin/oculo-mcp.mjs"
        ]
    }
}

What is Oculo?

Oculo is an AI-powered native browser built with Electron. It gives AI assistants the ability to see web pages and interact with them — click, type, fill forms, navigate, take screenshots, generate media, and more.

Works with Claude Code, Cursor, Windsurf, Zed, or any MCP-compatible client.

Think of it as Cursor for your browser.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.