pinchtab (MCP Server)

GitHub

High-performance browser automation bridge and multi-instance orchestrator with advanced stealth injection and real-time dashboard.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pinchtab": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pinchtab"
      ]
    }
  }
}