tushare-mcp-server

erwanjun/tushare-mcp-server
★ 3 stars Python 🔌 API Integration Updated today
MCP server for Tushare Pro financial data API — A-shares, indices, funds, futures, options, bonds, HK/US stocks, macro
View on GitHub → Try with Claude — $10 free →

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