OmniBrowse

by skillfulelectro

Not rated
GitHub

About

Web Browser for your AI Agent.

Details

Author
skillfulelectro
Categories
Web Scraping, Developer Tools, Other

Setup

Install OmniBrowse in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/skillfulelectro/OmniBrowse

Follow the installation instructions in the repository README, then restart your MCP client.

Pages are parsed into an accessibility-style text snapshot with interactive element refs (r1,r2, …). The model clicks, types, scrolls, and runs JavaScript — each action triggers the real protocol (HTTP/curl-impersonate with true Chrome JA3, or local schemes like data:/file:/ftp:/ipfs:).

Add to your MCP client config (Claude Desktop, Kilo, Cursor, etc.):

{ "mcpServers": { "web-browser": { "command": "npx", "args": ["-y", "omnibrowse"] } } }

Until the npm package is published, run locally:

{ "mcpServers": { "web-browser": { "command": "node", "args": ["/absolute/path/to/omnibrowse/dist/index.js"] } } }

All tools with an empty input schema usez.object({})for MCP SDK compatibility.

HTTP/HTTPS goes throughcurl-impersonatewith--impersonate chrome131, producing a true Chrome JA3 fingerprint. Local protocols are handled directly without network access:

Non-HTML resources fetched viafetch_resourceare handled by content-type-specific renderers:

npm install npm run build # outputs dist/ node dist/index.js # run the server (reads JSON-RPC from stdin)
node test/test-comprehensive.mjs # 31 automated checks: navigation, JS, all protocols, tools, resources node test/test-ai-browse.mjs # Realistic 20-step AI browsing session (example.com → HN → DDG → resources → JS eval → protocols)

An MCP (Model Context Protocol) server providing fast, local full-text search and complete OpenAPI JSON schemas for all Webex Developer APIs & RoomOS xAPI.

Website Analyzer MCP is an MCP server that lets AI analyze websites automatically by extracting DOM, CSS, responsive layouts, screenshots, and other design details. It converts them into structured data that AI coding assistants can use to generate Design Systems, documentation, and code faster.

Creates commit messages from staged files in a local git repository.

Anchor is local repo and org memory for AI coding agents. It indexes GitHub PR history, current code, tests, regressions, architecture, and cross-repo impact locally, then exposes concise cited context through MCP and CLI workflows. Local-first. Read-only GitHub access. No CLI telemetry. No SaaS. No remote LLM calls.

An MCP server that equips your AI coding assistant with live, verified Android knowledge — so it builds from official sources, not from memory.

An MCP server for interacting with the AtomGit API for version control and code hosting.

Design system MCP server — query tokens, components, icons, and WCAG contrast data from Git-backed design systems.

Provides code context from local git repositories.

Local-first documentation for AI agents. Indexes docs from any git repo into SQLite for offline, instant, private access to up-to-date library documentation.

DOS is a small open-source kernel that doesn't believe your AI agents: it verifies what actually shipped from git evidence, arbitrates file collisions between parallel agents, and refuses with structured reasons.

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.