这是一个金融领域相关的mcp,本项目通过集成 Tushare API 和 Binance API 为语言模型(如Claude)提供全面的实时金融数据访问能力,支持股票、基金、债券、宏观经济指标、稳定币、虚拟货币等多维度金融数据分析。其中也包含了金融数据查询、财经新闻查询、国家统计局数据查询等
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"financemcp": {
"command": "npx",
"args": [
"-y",
"guangxiangdebizi/FinanceMCP"
]
}
}
}
Run in terminal:
claude mcp add financemcp npx -y guangxiangdebizi/FinanceMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"financemcp": {
"command": "npx",
"args": [
"-y",
"guangxiangdebizi/FinanceMCP"
]
}
}
}