akshare one mcp for Zed
io.github.zwldarren/akshare-one-mcp
MCP server that provides access to Chinese stock market data using akshare-one
client:Zed
transport:stdio
runtime:pypi
Install akshare one mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"akshare-one-mcp": {
"command": "uvx",
"args": [
"akshare-one-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs