Oculo
@xidik12
关于 Oculo
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"oculo": {
"command": "node",
"args": [
"~/Desktop/oculo/bin/oculo-mcp.mjs"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Oculo?
Oculo is an AI-powered native browser built with Electron that integrates with MCP clients to let AI assistants see and interact with web pages. It works with Claude Code, Cursor, Windsurf, Zed, or any MCP-compatible client.
How to use Oculo?
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.
Key features of Oculo
- 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
Use cases of Oculo
- Automate web tasks through AI-driven clicking and typing
- Extract structured data (lists, tables, cards) from pages
- Fill forms intelligently using label matching
- Generate images/videos from text prompts
- Run multi-step browser pipelines in a single call
FAQ from Oculo
What MCP tools does Oculo provide?
It provides seven tools: page (describe page, ~30 tokens), act (navigate/click/type, ~10 tokens), fill (fill form fields, ~15 tokens), read (extract data, ~100 tokens), run (multi-step pipeline, ~200 tokens), media (generate images/videos, varies), and shell (execute JS, ~50 tokens).
How do I connect Oculo to Claude Code?
Run claude mcp add oculo -- node /path/to/mcp/oculo-mcp.mjs in your terminal.
What platforms are supported?
Only macOS Apple Silicon is currently supported. Windows and Linux versions are coming soon.
What privacy features does Oculo have?
Oculo includes a 4-tier permission gate, PII redaction, anti-injection measures, and an audit log.
What is the token cost for describing a page?
The page tool uses approximately 30 tokens to describe a page’s headings, forms, buttons, and links.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论