Postgres
Freeby MCP Community
Model Context Protocol server for PostgreSQL database operations
v1.2.1Added Apr 12, 2026
mcppostgrespostgresqldatabasemodel-context-protocol
Postgres MCP Server
Model Context Protocol server for PostgreSQL database operations
Installation
npx -y mcp-postgres
Reviews
Installation
Quick install
npx -y mcp-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "mcp-postgres"]
}
}
}