Skip to main content
Glama

obscura-mcp

Ein MCP-Server-Adapter für Obscura, einen leichtgewichtigen, in Rust geschriebenen Headless-Browser für Scraping und KI-Agenten-Automatisierung.

Stellt Obscuras native CDP-Funktionen über eine saubere MCP-Schnittstelle bereit – keine Chrome-Abhängigkeit, keine schwerfällige Browser-Automatisierung.

Installation

npm install -g obscura-mcp

Die Installation erfolgt sofort – die Browser-Binärdatei (~80 MB) wird bei der ersten Verwendung verzögert heruntergeladen.

Führen Sie nach der Installation entweder:

  • obscura-mcp install aus, um die Binärdatei mit sichtbarem Fortschritt herunterzuladen, oder

  • einfach obscura-mcp aus – die Binärdatei wird automatisch heruntergeladen und der Server gestartet.

Die Binärdatei wird unter ~/.obscura/bin/ zwischengespeichert und übersteht npm-Upgrades.

Um einen benutzerdefinierten Pfad zur Binärdatei zu verwenden:

export OBSCURA_PATH=/path/to/obscura

Related MCP server: Algonius Browser

Schnellstart

# Install
npm install -g obscura-mcp

# Verify
obscura-mcp --version

# Download browser binary
obscura-mcp install

# Start MCP server
obscura-mcp --transport stdio

Tools

browse_url

Ruft eine URL mithilfe der CDP-Engine von Obscura ab. Gibt den Seiteninhalt zurück.

Parameter:

  • url (string, erforderlich): HTTP- oder HTTPS-URL, die besucht werden soll.

  • dump (string, optional): html, text oder links. Standardwert ist html.

  • cookies (array, optional): Cookies, die vor der Navigation eingefügt werden sollen. Akzeptiert das gleiche Format, das von browse_cookies zurückgegeben wird – verwenden Sie aus einem echten Browser exportierte Cookies, um auf authentifizierte Seiten zuzugreifen.

  • stealth (boolean, optional): Zur Kompatibilität akzeptiert. Das Stealth-Verhalten wird vom Obscura-Server gesteuert.

browse_evaluate

Navigiert zu einer URL und führt JavaScript im Seitenkontext aus. Gibt das ausgewertete Ergebnis zurück.

Parameter:

  • url (string, erforderlich): Die zu besuchende URL.

  • expression (string, erforderlich): Der auszuwertende JavaScript-Ausdruck. Beispiele: document.title, navigator.userAgent, document.querySelector('h1').textContent.

  • stealth (boolean, optional): Zur Kompatibilität akzeptiert.

browse_cookies

Navigiert zu einer URL und ruft alle von der Seite gesetzten Cookies ab. Gibt für jedes Cookie Name, Wert, Domain, Pfad und Ablaufdatum zurück.

Parameter:

  • url (string, erforderlich): Die zu besuchende URL.

  • stealth (boolean, optional): Zur Kompatibilität akzeptiert.

Konfiguration

Claude Desktop / Cline / Continue / Beliebiger MCP-Client

{
  "mcpServers": {
    "obscura-mcp": {
      "command": "obscura-mcp",
      "args": ["--transport", "stdio"]
    }
  }
}

VS Code (Cline-Erweiterung)

{
  "servers": {
    "obscura-mcp": {
      "command": "obscura-mcp",
      "args": ["--transport", "stdio"]
    }
  }
}

Nach der globalen npm-Installation befindet sich obscura-mcp in Ihrem PATH – absolute Pfade sind nicht erforderlich.

Umgebungsvariablen

Variable

Standardwert

Beschreibung

OBSCURA_PATH

Pfad zur benutzerdefinierten Obscura-Binärdatei

MCP_HTTP_HOST

127.0.0.1

HTTP-Transport-Host

MCP_HTTP_PORT

3000

HTTP-Transport-Port

MCP_TRANSPORT

stdio

Transportmodus: stdio oder streamable-http

OBSCURA_STARTUP_TIMEOUT_MS

15000

Millisekunden, die auf den Start von Obscura CDP gewartet wird

OBSCURA_NAVIGATION_WAIT_MS

3000

Millisekunden, die nach der Seitennavigation gewartet wird

CDP_REQUEST_TIMEOUT_MS

10000

Millisekunden, die auf eine CDP-Antwort gewartet wird

Warum Obscura?

  • Kein Chrome – reines Rust, kein 200 MB Browser-Bundle

  • CDP-nativ – stellt das Chrome DevTools Protocol direkt bereit

  • Anti-Erkennung – integrierter Stealth-Modus für Scraping-resistente Websites

  • Winziger Speicherbedarf – ~15 MB Binärdatei, startet in Millisekunden

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A local MCP server that lets AI agents bypass bot detection, geo-restrictions, and JavaScript rendering challenges when scraping the web, backed by ScraperAPI's services
    28
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An open-source MCP server that provides browser automation capabilities to external AI systems, enabling navigation, DOM interaction, and web content extraction.
    20
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables AI agents to automate browser interactions using Playwright and Cloudflare Workers, supporting tasks like navigation, clicking, typing, and screenshots.
    7,623
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server for Arcjet - the runtime security platform that ships with your AI code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Metadrama/obscura-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server