---
title: AI tools for Agents
subtitle: AI-powered tools for development and database management
enableTableOfContents: true
updatedOn: '2026-01-22T15:48:50.611Z'
---
Neon provides several ways to integrate with AI tools and agents, from natural language database control to autonomous agent frameworks. Choose the tools that fit your workflow.
## Agent Skills
Install the Neon agent skill to give AI tools like Cursor and Claude Code context-aware guidance for working with Neon:
```bash
npx add-skill neondatabase/agent-skills
```
Topics covered include Neon Auth, Drizzle ORM, serverless connections, API usage, and more. See [Agent Skills](/docs/ai/agent-skills) for the full list.
For Claude Code, you can also install via the [Claude Code plugin](/docs/ai/ai-claude-code-plugin) which includes Agent Skills and MCP integration.
## MCP integration
The Model Context Protocol (MCP) is a standardized way for AI tools to interact with Neon databases using natural language, providing secure and contextual access to your data and infrastructure.
Neon MCP Server
Connect MCP clients
## GitHub Copilot agents
Custom agents for GitHub Copilot that bring Neon's branching workflow directly into VS Code for safe migrations and query optimization.
Neon agents for GitHub Copilot
## Build AI agents
Create autonomous agents that can manage and interact with your Neon databases programmatically. Build with our terse JavaScript client or the Neon API.
Neon for AI agent platforms
Database versioning
Neon API
## Agent frameworks
Build AI agents using popular frameworks that integrate with Neon.
AgentStack Integration
AutoGen Integration
Azure AI Agent Service
Composio + CrewAI
LangGraph Integration