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": ""
}
}
}
}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.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…