---
title: Natural language guides
subtitle: Copy-paste prompts for Cursor and Claude Code with the Neon MCP Server
summary: >-
Step-by-step guides that use natural language commands you copy into your AI
assistant. With the Neon MCP Server connected, the assistant performs the
actions for you.
enableTableOfContents: true
updatedOn: '2026-02-08T00:00:00.000Z'
---
Natural language guides are short, task-based docs. Each guide gives you **copyable prompts** to paste into your AI assistant (Cursor or Claude Code). If the [Neon MCP Server](/docs/ai/neon-mcp-server) is installed and connected, the assistant can run Neon operations for you: create projects, list branches, run SQL, compare schemas, and more.
## Prerequisites
1. **Install Neon for your AI assistant** (one-time). In your **terminal**, from your project or home directory:
```bash
npx neonctl@latest init
```
The command signs you in to Neon, creates and stores an API key, and installs the Neon MCP Server, the [Neon Local Connect extension](https://marketplace.visualstudio.com/items?itemName=databricks.neon-local-connect) (Cursor/VS Code), and [agent skills](https://github.com/neondatabase/agent-skills) in your editor so your assistant can manage Neon from the chat. Because your API key is stored, you also get full access to the Neon platform API and any SDKs or CLI commands that depend on it. Learn more: [neonctl init](/docs/reference/cli-init).
If you only want the MCP server (for example, you already have an API key or prefer OAuth in the browser each time), use [Connect MCP clients to Neon](/docs/ai/connect-mcp-clients-to-neon) for MCP-only options.
2. **Restart your editor** so it picks up the MCP server and extension.
3. **Open your AI chat** (Cursor or Claude Code) and use the prompts in the guides below. The assistant will call Neon MCP tools as needed.
## Guides
Each guide is one topic with a scenario, steps, and copyable natural language prompts.
Get started with Neon
Welcome back to Neon
Learn Neon concepts
Learn Neon plans and billing
Explore projects and run SQL
Branches and schema changes
Connect your app
Query performance
Branching development workflow
Test queries on a branch
Time Travel
Assess cost optimization
## How to use these prompts
- Copy the prompt from the code block (the part that looks like `> ...`).
- Paste it into your Cursor agent or Claude Code chat.
- The AI uses the Neon MCP Server to perform the action (list projects, run SQL, create a branch, etc.). If it needs your project or branch name, it may ask or use context from the conversation.
- Replace any placeholder like `[project-name]` with your actual project name or ID.
## Verifying results
The assistant displays MCP tool output directly in the chat (for example, a list of projects, a connection string, or a schema diff). That response is usually enough to confirm the step worked. For extra confidence, you can open the [Neon Console](https://console.neon.tech) and check the same resource there: **Projects**, **Branches**, **Tables**, or the **SQL Editor** depending on what you created or changed. Each guide below notes what you will see in the chat and, where useful, where to confirm in the Console.