ds-mcp-server

ahmad-zurih/ds-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server that exposes data science tools (plotting, statistics, and data exploration) to any LLM client. Supports OpenAI, Anthropic Claude, Google Gemini, Ollama, and any OpenAI-compatible API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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