Quick Setup
- Claude Desktop
- Cursor
- Claude Code
Add to Restart Claude Desktop. You’ll be prompted to authenticate via OAuth.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):Available Tools
run_web_automation
Executes web automation given a URL and natural language goal.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Target website URL |
goal | string | Yes | Natural language description of what to do |
browser_profile | string | No | lite (default) or stealth for anti-detection |
proxy_config | object | No | Proxy settings with enabled and country_code |
Authentication
Mino MCP uses OAuth 2.1. When you first use the tool, your AI client will open a browser window to authenticate with your Mino account.You need a Mino account with an active subscription or credits. Sign up here.
Troubleshooting
Tool not showing up
Tool not showing up
- Restart your AI client after adding the config
- Check that the config JSON is valid
- Ensure you’re authenticated (OAuth prompt should appear)
Authentication failing
Authentication failing
- Clear your browser cookies for mino.ai
- Try authenticating in an incognito window
- Check that your Mino account is active
Automation timing out
Automation timing out
Complex automations may take 30-60 seconds. For sites with bot protection, the assistant should use
browser_profile: "stealth".
