Skip to content

Postgres

Free

by MCP Community

MCP server for interacting with PostgreSQL databases based on Node

v1.0.0Added Apr 12, 2026
nodemcpaicursormcp-server
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

MCP server for interacting with PostgreSQL databases based on Node

Installation

npx -y @kohlarnhin/mcp-server-postgres

Reviews

Leave a Review

Installation

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