AKShare for Grok
io.github.hangeaiagent/akshare-mcp
Let a model explore AKShare's 1000+ China market data functions on its own — search, inspect, call
client:Grok
transport:stdio
runtime:pypi
Install AKShare in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"akshare-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentpit-akshare-mcp"
],
"env": {
"AKSHARE_MAX_ROWS": "<AKSHARE_MAX_ROWS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs