Loading XiaoFlow
Preparing intelligence engine…
Preparing intelligence engine…
Unleash XiaoFlow search intelligence directly inside Claude, Cursor, and ChatGPT. Real-time keywords, volume, and domain stats where you work.
Capabilities
Generate high-potential keyword ideas from any seed word instantly via AI injection.
If the client remains in a LOADING state, your environment's HTTP proxy may restricted the secure socket tunnel.
IDE Configuration
http.proxy: EMPTY
http.proxySupport: "off"
Environment Logic
Restart the IDE to force cache refresh or whitelist the protocol domain in your firewall.
Optimized for Cloud environments (Claude Web, ChatGPT Plus). Universal endpoint integration.
https://mcp.xiaoflow.com/sse?key=YOUR_API_KEYhttps://xiaoflow-mcp.adore.workers.dev/sse?key=YOUR_API_KEYAutomated setup for Cursor and VS Code environments.
Native setup via CLI for developers and server environments.
claude mcp add-json xiaoflow '{"command":"npx","args":["-y","mcp-remote","https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY"]}'Granular control via direct manifest file injection.
~/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"
]
}
}
}