xiaoflow mcp server
XiaoFlow MCP Server (xiaoflow-mcp-server)
Official Model Context Protocol (MCP) server for XiaoFlow AI SEO Tools and Etsy Market Intelligence.
Connect Large Language Models (LLMs) such as Claude Desktop, Cursor, Windsurf, and VS Code directly to XiaoFlow's search engine optimization, keyword discovery, domain analytics, and marketplace intelligence.
✨ Features & Capabilities
🔍 Keyword Discovery: Generate high-intent search keywords and SEO ideas from keyword, URL, or domain seeds.
📊 Domain Analytics: Analyze domain-level search performance, organic traffic metrics, and keyword distributions.
🏷️ Etsy Market Intelligence: Perform deep search across Etsy shops, product listings, and market trends.
🛒 Listing & Product Analysis: Extract listing performance metrics, sales estimates, and product opportunity scores.
🔒 Flexible Authentication: Supports API Key authentication via query parameters (
?key=), Bearer tokens, environment variables, or Web OAuth login.
⚡ Quick Start
1. Run via npx (stdio)
Run the server directly using npx:
npx -y xiaoflow-mcp-serverPass your XiaoFlow API key via environment variable:
XIAOFLOW_API_KEY="YOUR_API_KEY" npx -y xiaoflow-mcp-server2. Connect via Remote SSE Endpoint
Connect directly via SSE (Server-Sent Events) in your favorite MCP client:
https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY💻 Client Integration Guides
Cursor Setup
Add XiaoFlow MCP to your Cursor settings (Features -> MCP Servers -> Add new MCP server):
Name:
xiaoflowType:
sseURL:
https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY
Or click Add to Cursor directly on the XiaoFlow MCP Portal.
Claude Desktop Setup
Add the following entry to your claude_desktop_config.json:
{
"mcpServers": {
"xiaoflow": {
"command": "npx",
"args": ["-y", "xiaoflow-mcp-server"],
"env": {
"XIAOFLOW_API_KEY": "YOUR_API_KEY"
}
}
}
}Windsurf & VS Code Setup
For Remote SSE connection:
{
"mcpServers": {
"xiaoflow": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.xiaoflow.com/sse?key=YOUR_API_KEY"]
}
}
}🛠️ Available MCP Tools
MCP Tool | Description | Key Input Parameters |
| Discover keyword ideas and search volume data |
|
| Analyze page or domain search visibility |
|
| Overview search metrics & traffic trends for a domain |
|
| Retrieve paginated list of domain keywords |
|
| Historical volume and trend breakdown for a keyword |
|
| Retrieve volume and CPC metrics for up to 1,000 keywords |
|
🔑 Authentication
Obtain your API key from the XiaoFlow MCP Dashboard.
Supported authentication methods:
Query Parameter: Append
?key=YOUR_API_KEYto the SSE URL.Authorization Header: Send
Authorization: Bearer YOUR_API_KEY.Environment Variable: Set
XIAOFLOW_API_KEYwhen running vianpx.Web Login OAuth: Authorize directly by logging into your XiaoFlow.com account.
📄 License
MIT © XiaoFlow
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaoq-in/xiaoflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server