> This page location: AI > AI for Agents > Agent Skills > Cursor plugin
> Full Neon documentation index: https://neon.com/docs/llms.txt

> Summary: The Neon Cursor plugin bundles the neon-postgres skill set and Neon MCP server configuration into Cursor, giving the AI assistant both workflow-level guidance and tool-driven database operations such as creating branches, running SQL, and listing projects. Use this page to install Neon database capabilities in Cursor when you want natural language database management without leaving the editor. Install with /add-plugin neon-postgres in Cursor chat, or run npx neonctl@latest init for automatic setup across supported editors.

# Cursor plugin for Neon

The **Neon Cursor plugin** adds Neon-specific Skills and MCP integration to Cursor so your assistant can both reason about best practices and take database actions.

It is distributed from the [Neon agent-skills repository](https://github.com/neondatabase/agent-skills) and packages:

- The `neon-postgres` Skill bundle for Neon workflows
- Neon MCP server access for project and database operations
- Shared plugin packaging designed for both Cursor and Claude Code

## Overview

The plugin combines guidance and actions:

- **Skills** provide workflow-level instructions for tasks like choosing a connection method, setting up ORMs, and using Neon branching patterns.
- **MCP integration** allows tool-driven operations such as listing projects, creating branches, and running SQL through Neon APIs.

Together, this gives Cursor enough context to suggest the right approach and enough capability to execute it.

## What is included

The Cursor plugin currently includes:

- **Neon Skill bundle (`neon-postgres`)**
- **Neon MCP server configuration** for natural language database management

For plugin packaging details, see the [Cursor plugin template](https://github.com/cursor/plugin-template).

## Install the plugin in Cursor

1. Open Cursor chat and run:

   ```text
   /add-plugin neon-postgres
   ```

2. After installation, prompt Cursor with:

   ```text
   Get started with Neon
   ```

3. Follow the prompts to complete authentication and start using Neon Skills and MCP tools.

## Use with Neon quick setup

If you want Neon to configure AI tooling automatically, run:

```bash
npx neonctl@latest init
```

This configures MCP and installs Neon agent skills for supported editors.

## Learn more

- [Neon Agent Skills repository](https://github.com/neondatabase/agent-skills)
- [AI Agents and Tools overview](https://neon.com/docs/ai/ai-agents-tools)
- [Connect MCP clients to Neon](https://neon.com/docs/ai/connect-mcp-clients-to-neon)

---

## Related docs (Agent Skills)

- [Agent Skills](https://neon.com/docs/ai/agent-skills)
- [Claude Code plugin](https://neon.com/docs/ai/ai-claude-code-plugin)
- [Codex plugin](https://neon.com/docs/ai/ai-codex-plugin)
- [GitHub Copilot agents](https://neon.com/docs/ai/ai-github-copilot-agents)
