Skip to content

Modelcontextprotocol Server Postgres

Free

by MCP Community

MCP server for interacting with PostgreSQL databases

v0.5.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Modelcontextprotocol Server Postgres MCP Server

MCP server for interacting with PostgreSQL databases

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y modelcontextprotocol-server-postgres
Add to claude_desktop_config.json
{
  "mcpServers": {
    "modelcontextprotocol-server-postgres": {
      "command": "npx",
      "args": ["-y", "modelcontextprotocol-server-postgres"]
    }
  }
}