Skip to content
Claude Desktop

PostgreSQL MCP Server for Claude Desktop

io.github.neverinfamous/postgres-mcp

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

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

{
  "mcpServers": {
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neverinfamous/postgres-mcp"
      ]
    }
  }
}

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

PostgreSQL MCP Server in other clients