Quick setup
Equip your agent with the latest Netlify context, including agent skills:
fetch https://netlify.ai to help me deploy and build with Netlify using the latest agent skillsFor the complete Netlify documentation index, see llms.txt. Markdown versions of any documentation page are available by appending .md to its URL. Learn how to set up most agents, including custom agents, quickly. For even more specific setup guidance, check out our agent setup guides for your specific agent.
Quick setup
Equip your agent with the latest Netlify context, including agent skills:
fetch https://netlify.ai to help me deploy and build with Netlify using the latest agent skillsConnect to the Netlify MCP server to equip your agent with the best of Netlify expertise and the Netlify CLI.
Netlify offers an MCP server, which you can connect to through a connector, plugin, or your agent.
To start connecting to Netlify’s remote MCP server by running this command and following the prompts to select the agents you want to configure:
npx -y add-mcp https://netlify-mcp.netlify.app/mcpIf you would like to use your agent's own official setup command, check out the agent-specific MCP instructions below:
The following editors allow one-click install of our MCP with the following links
Our recommendation is to use the remote MCP server to have the most up-to-date version of the MCP capabilities. However, some developers are required to use local MCP servers in their environments. You can use the following command to install Netlify's local MCP:
npx -y add-mcp "npx -y @netlify/mcp"To help your agent build with best practices, check out our agent skills for building and deploying on Netlify.
You can share a skill directly with your agent or have all skills installed in your local project files or repository. Some agents also support invoking a specific skill by name in a command, such as Claude Code with /<skill-name>.
To install agent skills for Netlify with any agent directly in your terminal or agent chat:
npx skills add netlify/context-and-tools --skill '*' --yesLearn more about agent skills for building and deploying on Netlify in our official agent skills repository.
Here are some highlights of agent skills for building and deploying on Netlify. Note that if you are using Agent RunnersAgent RunnersAn AI coding tool that makes changes to your site on your behalf, right from the Netlify dashboard., you don't need to invoke agent skills as they are applied automatically for you.
| Skill | Feature Support | Description |
|---|---|---|
| netlify-functions | Netlify Functions | Modern syntax, routing, Background Functions, Scheduled Functions, and streaming |
| netlify-edge-functions | Edge Functions | Deno runtime, middleware patterns, geolocation, and request manipulation |
| netlify-blobs | Netlify Blobs | Key-value and binary object storage with zero configuration |
| netlify-db | Netlify Database | Managed Postgres, Drizzle ORM integration, and migrations |
| netlify-image-cdn | Image CDNCDNA network of servers around the world that delivers your site’s files from the location closest to each visitor. | On-the-fly image transformation and optimization |
| netlify-forms | Netlify Forms | HTML form handling, AJAX submissions, and spam filtering |
| netlify-config | File-based configuration | netlify.toml configuration, including redirects, headers, build settings, and deploy contexts |
| netlify-cli-and-deploy | Netlify CLI | Commands, Git and manual deploys, and environment variablesenvironment variablesNamed values stored outside your code that your site can read at build time or runtime. |
| netlify-deploy | Create deploys | AuthenticationAuthenticationThe process of verifying who someone is before letting them access your site., site linking, Deploy PreviewsDeploy PreviewsA type of deploy that lets you preview and share changes for feedback before they go live., and production deploys |
| netlify-frameworks | Framework adapters | Vite, Astro, TanStack Start, and Next.js on Netlify |
| netlify-caching | Caching | CDN cache control, cache tags, purge, and stale-while-revalidate |
| netlify-ai-gateway | AI Gateway | Proxy for OpenAI, Anthropic, and Google AI SDKs |
Your feedback helps us improve our docs.