Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.
npx @getmcp/cli add io.github.tosin2013/helmdeckRequires Node.js 18+. Community-contributed server. Review source before installing.
HELMDECK_URLBase URL of your helmdeck control plane (e.g. http://localhost:3000 for a local Compose install, or your reverse-proxied https URL)
HELMDECK_TOKENJWT bearer token minted from your helmdeck control plane. Generate with: curl -X POST $HELMDECK_URL/api/v1/auth/login -d '{"username":"admin","password":"..."}'
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tosin2013/helmdeck": {
"command": "npx",
"args": [
"-y",
"@helmdeck/mcp-bridge"
],
"env": {
"HELMDECK_URL": "",
"HELMDECK_TOKEN": ""
}
}
}
}Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Fetch and process content from specified URLs using the Oxylabs Web Scraper API.