Skip to main content
Connect Mino to Claude, Cursor, or any MCP-compatible AI assistant. Once connected, your assistant can browse the web and extract data on your behalf.

Quick Setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
  "mcpServers": {
    "mino": {
      "url": "https://mino.ai/mcp"
    }
  }
}
Restart Claude Desktop. You’ll be prompted to authenticate via OAuth.

Available Tools

run_web_automation

Executes web automation given a URL and natural language goal. Parameters:
ParameterTypeRequiredDescription
urlstringYesTarget website URL
goalstringYesNatural language description of what to do
browser_profilestringNolite (default) or stealth for anti-detection
proxy_configobjectNoProxy settings with enabled and country_code
Example prompts:
"Go to https://example.com and extract the product prices"

"Use Mino to scrape the first 5 headlines from https://news.ycombinator.com"

"Navigate to https://weather.com and get today's forecast for NYC"

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

  1. Restart your AI client after adding the config
  2. Check that the config JSON is valid
  3. Ensure you’re authenticated (OAuth prompt should appear)
  1. Clear your browser cookies for mino.ai
  2. Try authenticating in an incognito window
  3. Check that your Mino account is active
Complex automations may take 30-60 seconds. For sites with bot protection, the assistant should use browser_profile: "stealth".