akshare (MCP Server)

GitHub

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "akshare": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-akshare"
      ]
    }
  }
}