AKShare for Cursor
io.github.hangeaiagent/akshare-mcp
Let a model explore AKShare's 1000+ China market data functions on its own — search, inspect, call
client:Cursor
transport:stdio
runtime:pypi
Install AKShare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"akshare-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentpit-akshare-mcp"
],
"env": {
"AKSHARE_MAX_ROWS": "<AKSHARE_MAX_ROWS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs