Postgres
Freeby MCP Community
MCP server for interacting with PostgreSQL databases based on Node
v1.0.0Added Apr 12, 2026
nodemcpaicursormcp-server
Postgres MCP Server
MCP server for interacting with PostgreSQL databases based on Node
Installation
npx -y @kohlarnhin/mcp-server-postgres
Reviews
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"]
}
}
}