← 返回目录查看 GitHub 仓库
🛠️
FinanceMCP
developer-toolsJavaScriptremote🟢 活跃维护
528 stars
最后更新:2026/4/11
质量评分
良好71/100
0255075100
发现方式
github-search
最后更新
2026/4/11
首次收录
2026/4/11
状态
✓ 活跃
📝 简介
这是一个金融领域相关的mcp,本项目通过集成 Tushare API 和 Binance API 为语言模型(如Claude)提供全面的实时金融数据访问能力,支持股票、基金、债券、宏观经济指标、稳定币、虚拟货币等多维度金融数据分析。其中也包含了金融数据查询、财经新闻查询、国家统计局数据查询等
🏷️ 标签
financemcpbinancedatafinancellm
🚀 安装与配置
🟢 一键安装快速安装
npx -y financemcp复制Claude Desktop 配置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"financemcp": {
"command": "npx",
"args": [
"-y",
"financemcp"
]
}
}
}复制Cursor 配置
在 Cursor Settings → MCP 中添加
{
"mcpServers": {
"financemcp": {
"command": "npx",
"args": [
"-y",
"financemcp"
]
}
}
}复制📋 环境要求: Node.js 18+