Skip to content

Postgres Server

Free

by MCP Community

A Model Context Protocol server for PostgreSQL database operations

v0.1.3Added Apr 12, 2026
mcpmodel-context-protocolpostgrespostgresqldatabase
Works with:ClaudeGPTGeminiCopilot

Postgres Server MCP Server

A Model Context Protocol server for PostgreSQL database operations

Installation

Reviews

Leave a Review

Installation

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