xueqiu-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xueqiu-mcp查一下腾讯的股价"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xueqiu-mcp
雪球股票数据 MCP Server,提供 A股、港股、美股的实时行情查询。
功能
工具 | 说明 |
| 搜索股票,返回匹配的股票列表(代码、名称、市场类型) |
| 查询单只股票详细数据(价格、涨跌幅、盘前盘后、成交量/额、量比、市值、市盈率、市净率、市销率、股息率、交易状态等) |
| 批量查询多只股票的实时价格、涨跌额、涨跌幅和成交额 |
| 查询大盘指数行情(价格、涨跌额、涨跌幅),支持 A股(cn)、美股(us)、港股(hk) |
Related MCP server: Stock Data MCP Server
安装
bunx(推荐)
无需安装,直接在 MCP 客户端配置中使用:
{
"mcpServers": {
"xueqiu-mcp": {
"command": "bunx",
"args": ["-y", "xueqiu-mcp@latest"]
}
}
}全局安装
npm install -g xueqiu-mcp配置
Claude Code
claude mcp add xueqiu-mcp -- bunx -y xueqiu-mcp@latestHTTP 模式
如果需要通过 HTTP 方式接入:
MCP_TRANSPORT_TYPE=http MCP_HTTP_PORT=3000 bunx xueqiu-mcp@latest服务启动后,MCP 端点为 http://localhost:3000/mcp。
使用示例
配置完成后,在 AI 对话中直接提问即可:
"搜索腾讯相关的股票"
"查一下茅台的股价"
"帮我看看 AAPL 和 TSLA 的行情"
"今天 A股大盘怎么样"
开发
# 安装依赖
bun install
# 启动(stdio 模式)
bun run start
# 启动(HTTP 模式)
bun run start:http
# 使用 MCP Inspector 调试
bun run inspector
# 代码检查
bun run check
# 构建
bun run build许可证
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Look up the latest stock prices by ticker symbol across global markets. Get current price and esse…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables real-time stock market analysis through AKShare API integration. Supports retrieving live stock prices, historical data, technical indicators (MA, MACD, RSI), market sentiment analysis, stock search, and financial news.5-
- AlicenseNot gradedqualityDmaintenanceEnables querying financial data including stocks, indices, funds, and futures from Chinese, Hong Kong, and US markets. Provides real-time market information, financial indicators, news, and trading suggestions through Eastmoney and Sina data sources.6 npm3ISC
- FlicenseNot gradedqualityDmaintenanceProvides real-time quotes, fund flows, and corporate announcements for Chinese A-share stocks. It enables users to search for stocks, analyze financial indicators, and summarize quarterly reports through natural language.-
- AlicenseNot gradedqualityDmaintenanceEnables users to query Chinese A-share stock data, including stock basics, historical prices, financial reports, and macroeconomic indicators.1MIT