tushare-mcp-server

erwanjun/tushare-mcp-server
★ 3 stars Python API Integration Updated 1mo ago
MCP server for Tushare Pro financial data API — A-shares, indices, funds, futures, options, bonds, HK/US stocks, macro
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tushare-mcp-server": {
      "command": "uvx",
      "args": [
        "tushare-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install tushare-mcp-server