Back to MCP Servers
Baostock
MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data.
finance-fintech
By HuggingAGI
Installation
npx -y mcp-baostock-serverConfiguration
{
"mcpServers": {
"mcp-baostock-server": {
"command": "npx",
"args": ["-y", "mcp-baostock-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes