
Obscura MCP
Give your agent a headless browser MCP layer for scraping and page inspection with Obscura’s anti-detection stack.
Overview
Obscura MCP is an Idea-phase MCP server that exposes Obscura’s anti-detection headless browser to coding agents for research-oriented scraping.
What is this MCP server?
- MCP adapter for the Obscura Rust headless browser engine
- Web scraping and navigation tooling with anti-detection positioning
- npm package `obscura-mcp` version 0.1.1 over stdio transport
- GitHub source at Metadrama/obscura-mcp for server wiring details
- Lets MCP hosts drive browser actions instead of one-off Puppeteer scripts
- Registry version 0.1.1
- npm identifier `obscura-mcp` with stdio transport
- Described as MCP adapter for Obscura Rust headless browser in official registry metadata
Community signal: 1 GitHub stars.
What problem does it solve?
Manual copying from competitor sites and brittle one-off scrapers waste hours when your agent could browse programmatically—but basic headless stacks get blocked.
Who is it for?
Indie builders doing competitor and market research from Claude Code or Cursor who need agent-driven browsing beyond simple HTTP fetch.
Skip if: High-volume production crawlers, regulated data harvesting without legal review, or teams that only need static API documentation ingestion.
What do I get? / Deliverables
After install, your MCP host can run Obscura-backed browser tools for structured page capture during research and integration spikes.
- MCP-discoverable browser navigation and scraping tools backed by Obscura
- Agent-driven page captures usable in research notes or validation docs
- Reusable stdio server config replacing ad-hoc scraper scripts for early spikes
Recommended MCP Servers
Journey fit
Research-heavy browsing is filed under Idea first because solo builders often validate markets and sources before they harden production scrapers. research covers competitor pages, SERP checks, and evidence gathering; Obscura MCP is the agent-facing control plane for that work.
How it compares
MCP headless-browser integration, not a hosted SERP API or a code-review skill.
Common Questions / FAQ
Who is Obscura MCP for?
Solo builders and agent users who want Obscura’s Rust headless browser callable as MCP tools from their primary coding client.
When should I use Obscura MCP?
Use it during Idea research or early Build spikes when you must inspect live pages, extract text, or test anti-bot pages from the agent session.
How do I add Obscura MCP to my agent?
Install the npm package `obscura-mcp`, configure it as an stdio MCP server in your host, and ensure the Obscura browser runtime dependencies are satisfied per the GitHub repo.