mcpbeat Sign in

Oculo MCP Server

local only

Oculo runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 20 Jul 2026.

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

Installs per day peak 21 · avg 6 · +5% w/w
a month agotoday
38
Installs / week
npm · oculo-mcp
5
Stars
1 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const child = spawn(electronPath, args, {
Builds a file path from a variable src/main/extensions/extension-manager.ts:110
    const polyfillPath = path.join(extPath, polyfillFilename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oculo -- npx -y oculo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oculo": {
      "args": [
        "-y",
        "oculo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oculo]
command = "npx"
args = ["-y", "oculo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oculo": {
      "args": [
        "-y",
        "oculo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oculo": {
      "args": [
        "-y",
        "oculo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Oculo

same job, measured the same way
Ainative Browser MCP
by ainative-studio

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

321 installs/wk local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
Swamix MCP
by swamix-mcp

Hosted MCP catalog with 30 tenant-isolated browser, RAG, AI, mail and media tools.

answering
Draw Flow MCP Server
by hj1003862396

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

27 installs/wk local only
GDD - AI-Controlled Browser Farm
by imvsmirnov

AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only
Looking Glass MCP
by sahib-sawhney-wh

AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.

30 installs/wk local only

Oculo — questions

Answers built from our own checks of this server.

Why is there no uptime for Oculo?
Oculo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package oculo-mcp was installed 38 times last week.
How do I connect Oculo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls oculo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oculo?
The npm package oculo-mcp was installed 38 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oculo open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.