HuggingAGI/mcp-baostock-server
MCP server based on baostock, providing access and analysis capabilities for Chinese stock market data.
Quick Start
Clone the repository:
git clone https://github.com/HuggingAGI/mcp-baostock-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-baostock-server": {
"command": "npx",
"args": [
"-y",
"HuggingAGI/mcp-baostock-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.