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.
Access Credentials
Connectivity Tip
If your IDE gets a "Server not found" error, use the direct workers link in Method 1 to bypass WAF challenges.
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.
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_KEYhttps://xiaoflow-mcp.adore.workers.dev/sse?key=YOUR_API_KEY1-Click for Cursor
Auto-configure Xiaoflow in your Cursor IDE without touching a single file.
Terminal / Claude Code
Use the mcp-remote bridge for maximum stability and WAF bypass.
Run in terminal:
claude mcp add-json xiaoflow '{"command":"npx","args":["-y","mcp-remote","https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY"]}'Manual Config File
Add Xiaoflow to your AI client's JSON configuration file.
~/Library/Application Support/Claude/claude_desktop_config.json~/.cursor/mcp.json{
"mcpServers": {
"xiaoflow": {
"command": "npx",
"args": [ "-y", "mcp-remote", "https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY" ]
}
}
}