pandas

GitHub

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

RAW Config

Claude Desktop Configuration

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

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