BeClaude

neon

70Official PluginData & Analyticsby Anthropic

Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.

TypeScript9 forks5 issuesUpdated 6/14/2026First seen 4/17/2026

Summary

The Neon skill integrates with the Neon MCP Server to let you manage Neon projects and databases directly from Claude Code.

  • It simplifies tasks like creating branches, running queries, and monitoring database performance without leaving your development environment.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "neon": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Create a new Neon project and database for a development environment.
Provision a database branch for feature testing or staging.
Run SQL queries against a Neon database to inspect or modify data.
List all projects and their associated databases in your Neon account.
Delete a database branch after merging changes to clean up resources.
View connection strings and credentials for a specific database branch.

Usage Examples

1

/neon create project my-app with region us-east-1

2

List all branches in my Neon project 'my-app'

3

Run query: SELECT * FROM users LIMIT 10 on branch 'dev'

View source on GitHub
mcpagent

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is neon?

The Neon skill integrates with the Neon MCP Server to let you manage Neon projects and databases directly from Claude Code. It simplifies tasks like creating branches, running queries, and monitoring database performance without leaving your development environment.

How to install neon?

To install neon: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "neon": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is neon best for?

neon is a mcp categorized under Data & Analytics. It is designed for: mcp, agent. Created by Anthropic.

What can I use neon for?

neon is useful for: Create a new Neon project and database for a development environment.; Provision a database branch for feature testing or staging.; Run SQL queries against a Neon database to inspect or modify data.; List all projects and their associated databases in your Neon account.; Delete a database branch after merging changes to clean up resources.; View connection strings and credentials for a specific database branch..