Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
NeonMCP Server
Summary
Neon's official MCP server — manage serverless Postgres projects, branch databases, and run migrations.
Features
- Create and manage serverless Postgres projects and branches
- Run SQL and apply migrations safely on a branch first
- Database branching for testing schema changes
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Neon's MCP server exposes its serverless Postgres platform to an AI assistant, and the branching model makes it unusually well suited to agent workflows.
What it enables
- Project and branch management. Create databases and branches on demand, which is fast and cheap on Neon because branches are copy-on-write.
- Safe migrations. The standout workflow: an assistant applies a schema change to a branch, verifies it works, and only then promotes it to the main branch. Getting a migration wrong costs a discarded branch rather than a production incident.
- SQL execution against any branch, with schema inspection
- Connection string retrieval for wiring the database into an application
Why branching matters here
The main risk of letting an agent touch a database is that mistakes are permanent. Branching converts that into a reversible operation, which changes what you are comfortable delegating.
Runs with npx @neondatabase/mcp-server-neon start <api-key>, or as a remote server for clients that support it.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
