Official Xiaoflow MCP Server

Research Keywords
Inside Your AI

Connect Xiaoflow to Claude, Cursor, and any MCP-compatible AI. Get suggestions, search volume, and domain stats directly in your chat.

Keyword Ideas

Generate high-potential keyword ideas from any seed word instantly.

Volume Data

Access 100% accurate search volume and CPC data in real-time.

Domain Stats

Analyze any competitor domain's top keywords and traffic metrics.

Historical Trends

Get 48-month search trends and seasonal insights for any niche.

1

Access Credentials

Sign in to sync account credits

Login
or enter manually

Connectivity Tip

If your IDE gets a "Server not found" error, use the direct workers link in Method 1 to bypass WAF challenges.

2

Choose Setup Method

Troubleshooting

Stuck on "Loading Tools"? (Proxy Fix)

If Cursor stays on "Loading tools," your local HTTP proxy might be blocking the connection with a "403 Forbidden" tunnel error.

Step 1: Cursor Settings

Set http.proxy to empty

Set http.proxySupport to "off"

Step 2: Restart

Fully restart Cursor to apply changes.

Or whitelist mcp.xiaoflow.com in your proxy.

1

Via Connectors (Direct)

Best for Claude.ai (Web), ChatGPT, or Perplexity. Just paste the SSE URL in your AI's settings.

https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY
https://xiaoflow-mcp.adore.workers.dev/sse?key=YOUR_API_KEY
2

1-Click for Cursor

Auto-configure Xiaoflow in your Cursor IDE without touching a single file.

3

Terminal / Claude Code

Use the mcp-remote bridge for maximum stability and WAF bypass.

Run in terminal:

terminal.sh
claude mcp add-json xiaoflow '{"command":"npx","args":["-y","mcp-remote","https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY"]}'
4

Manual Config File

Add Xiaoflow to your AI client's JSON configuration file.

macOS (Claude)
~/Library/Application Support/Claude/claude_desktop_config.json
macOS (Cursor)
~/.cursor/mcp.json
config.json
{
  "mcpServers": {
    "xiaoflow": {
      "command": "npx",
      "args": [ "-y", "mcp-remote", "https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY" ]
    }
  }
}