node-postgres (MCP Server)

GitHub

PostgreSQL client for node.js.

Claude Desktop Configuration

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

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