Skip to content

Postgres Query

Free

by MCP Community

MCP server to query any PostgreSQL database from Claude. Schema explorer, safe read queries, explain plans.

v1.0.1Added Apr 12, 2026
mcppostgrespostgresqldatabasesql
Works with:ClaudeGPTGeminiCopilot

Postgres Query MCP Server

MCP server to query any PostgreSQL database from Claude. Schema explorer, safe read queries, explain plans.

Installation

Reviews

Leave a Review

Installation

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