pyo3 (MCP Server)

GitHub

Rust bindings for the Python interpreter

Claude Desktop Configuration

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

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