Skip to content

Postgresql

Free

by MCP Community

PostgreSQL MCP Server for LLM coding agents

v3.0.0Added Apr 12, 2026
mcppostgresqlllmdatabasessl
Works with:ClaudeGPTGeminiCopilot

Postgresql MCP Server

PostgreSQL MCP Server for LLM coding agents

Installation

Reviews

Leave a Review

Installation

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