- Explore MCP Servers
- xueqiu_mcp
Xueqiu Mcp
What is Xueqiu Mcp
Xueqiu MCP is a service that provides stock data via the Snowball API, specifically designed for AI assistants like Claude.
Use cases
Use cases include integrating stock data into AI chatbots, providing financial insights in applications, and enabling automated trading systems.
How to use
To use Xueqiu MCP, clone the repository, install dependencies using ‘uv’, configure your Snowball token in a ‘.env’ file, and run the service with the provided command.
Key features
Key features include real-time stock quotes, index returns queries, data for the Stock Connect programs, mutual fund data queries, and keyword-based stock code searches.
Where to use
Xueqiu MCP can be used in financial applications, AI assistants, and any platform that requires access to stock market data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Xueqiu Mcp
Xueqiu MCP is a service that provides stock data via the Snowball API, specifically designed for AI assistants like Claude.
Use cases
Use cases include integrating stock data into AI chatbots, providing financial insights in applications, and enabling automated trading systems.
How to use
To use Xueqiu MCP, clone the repository, install dependencies using ‘uv’, configure your Snowball token in a ‘.env’ file, and run the service with the provided command.
Key features
Key features include real-time stock quotes, index returns queries, data for the Stock Connect programs, mutual fund data queries, and keyword-based stock code searches.
Where to use
Xueqiu MCP can be used in financial applications, AI assistants, and any platform that requires access to stock market data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Xueqiu MCP
基于雪球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 .
配置
配置雪球Token
- 在项目根目录创建
.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:
功能特性
- 获取股票实时行情
- 查询指数收益
- 获取深港通/沪港通北向数据
- 基金相关数据查询
- 关键词搜索股票代码
展示图


致谢
- pysnowball - 雪球股票数据接口的Python版本
- fastmcp - MCP服务框架
许可证
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










