presto (MCP Server)

GitHub

The official home of the Presto distributed SQL query engine for big data

Claude Desktop Configuration

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

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