Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Neon MCP Server enables natural language interaction with Neon databases, allowing tasks like database creation, schema management, and migrations through Claude Desktop or other MCP clients.
Add this to your MCP client configuration:
{
"mcpServers": {
"neon": {
"command": "npx",
"args": [
"-y",
"@neondatabase/mcp-server-neon",
"start",
"$${NEON_API_KEY}"
],
"env": {
"NEON_API_KEY": "<Your Neon API key for authentication.>"
}
}
}
}{
"id": "neon",
"name": "Neon",
"description": "Neon MCP Server enables natural language interaction with Neon databases, allowing tasks like database creation, schema management, and migrations through Claude Desktop or other MCP clients.",
"source_url": "https://github.com/neondatabase/mcp-server-neon",
"publisher_name": "neondatabase",
"publisher_url": "https://github.com/neondatabase",
"is_official": true,
"license": "MIT",
"runtime": "node",
"downloads": 50484,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@neondatabase/mcp-server-neon"
},
"tools_count": 0
}