MCP server for Tushare Pro financial data API — A-shares, indices, funds, futures, options, bonds, HK/US stocks, macro
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"
]
}
}
}
Run in terminal:
claude mcp add tushare-mcp-server uvx tushare-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tushare-mcp-server": {
"command": "uvx",
"args": [
"tushare-mcp-server"
]
}
}
}
Or install with pip: pip install tushare-mcp-server