xiaoflow mcp server
Free keyword research with live search volume, CPC, competition and 12-month trends.
README
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-server
Pass your XiaoFlow API key via environment variable:
XIAOFLOW_API_KEY="YOUR_API_KEY" npx -y xiaoflow-mcp-server
2. 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:
xiaoflow - Type:
sse - URL:
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_keywords |
Discover keyword ideas and search volume data | keyword, url, site, location, language |
analyze_url |
Analyze page or domain search visibility | url, site, brand, location, language |
get_domain_stats |
Overview search metrics & traffic trends for a domain | domain, brand (required: 0=domain, 1=brand) |
list_domain_keywords |
Retrieve paginated list of domain keywords | domain, brand, page, page_size |
get_keyword_details |
Historical volume and trend breakdown for a keyword | slug, time_range, location, language |
bulk_keyword_lookup |
Retrieve volume and CPC metrics for up to 1,000 keywords | keywords (array of strings) |
🔑 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.