Skip to content
Claude Desktop

PostgreSQL MCP Server for Claude Desktop

io.github.itunified-io/postgres

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

client:Claude Desktop transport:stdio runtime:npm

Install PostgreSQL MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@itunified.io/mcp-postgres"
      ],
      "env": {
        "POSTGRES_CONNECTION_STRING": "<POSTGRES_CONNECTION_STRING>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

PostgreSQL MCP Server in other clients