Neon Database MCP Server
databases By neondatabase
Description
Neon MCP Server. Allows natural language interactions with Neon for serverless Postgres database management, schema creation, and SQL execution.
Install & Run Command
npx -y @neondatabase/mcp-server-neon
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neon"
]
}
}
} Server Details
Stars & Popularity ⭐️ New
Author neondatabase
Category databases
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry