stock-mcp-server

niuheilong/stock-mcp-server
★ 4 stars Python 🤖 AI/LLM Updated today
Real-time A-share stock data for AI agents via MCP protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stock-mcp-server": {
      "command": "uvx",
      "args": [
        "stock-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install stock-mcp-server