Wraps China's Xueqiu (Snowball) financial API through MCP, letting you pull real-time stock quotes, index returns, and Hong Kong Connect northbound flow data directly in Claude conversations. Built on pysnowball, it exposes functions for stock searches by keyword, fund data queries, and market data retrieval. You'll need a Xueqiu token from your browser session. Useful when you want Chinese market data integrated into AI workflows without switching between financial apps and your chat interface.
基于雪球API的MCP服务,让您通过Claude或其他AI助手轻松获取股票数据。
本项目基于pysnowball封装了雪球API,并通过MCP协议提供服务,使您能够在Claude等AI助手中直接查询股票数据。
本项目使用uv进行依赖管理。请按照以下步骤进行安装:
# 克隆仓库
git clone https://github.com/liqiongyu/xueqiu_mcp.git
cd xueqiu_mcp
# 使用uv安装依赖
uv venv && uv pip install -e .
.env文件XUEQIU_TOKEN=您的雪球token
echo 'XUEQIU_TOKEN="xq_a_token=xxxxx;u=xxxx"' > .env
关于如何获取雪球token,请参考pysnowball文档。
使用以下命令启动MCP服务:
uv --directory /path/to/xueqiu_mcp run main.py
或者,如果您已经配置了Claude Desktop:
"xueqiu-mcp": {
"args": [
"--directory",
"/path/to/xueqiu_mcp",
"run",
"main.py"
],
"command": "uv"
}


com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp