Skip to content
For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL.

Unlimited seats on Netlify Pro for $20/month → Learn more 👥

Agent setup overview

For the complete documentation index, see llms.txt

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.

Connect 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/mcp

If 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

Install MCP Server on Cursor

Add MCP Server netlify to LM Studio

Install on VS Code

Install on VS Code Insiders Edition

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 '*' --yes

Learn 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 Runners, you don't need to invoke agent skills as they are applied automatically for you.

SkillFeature SupportDescription
netlify-functionsNetlify FunctionsModern syntax, routing, Background Functions, Scheduled Functions, and streaming
netlify-edge-functionsEdge FunctionsDeno runtime, middleware patterns, geolocation, and request manipulation
netlify-blobsNetlify BlobsKey-value and binary object storage with zero configuration
netlify-dbNetlify DatabaseManaged Postgres, Drizzle ORM integration, and migrations
netlify-image-cdnImage CDNOn-the-fly image transformation and optimization
netlify-formsNetlify FormsHTML form handling, AJAX submissions, and spam filtering
netlify-configFile-based configurationnetlify.toml configuration, including redirects, headers, build settings, and deploy contexts
netlify-cli-and-deployNetlify CLICommands, Git and manual deploys, and environment variables
netlify-deployCreate deploysAuthentication, site linking, Deploy Previews, and production deploys
netlify-frameworksFramework adaptersVite, Astro, TanStack Start, and Next.js on Netlify
netlify-cachingCachingCDN cache control, cache tags, purge, and stale-while-revalidate
netlify-ai-gatewayAI GatewayProxy for OpenAI, Anthropic, and Google AI SDKs