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.

Netlify offers an MCP Server, which you can connect to through a connector, plugin, or your agent.

Learn more about Netlify’s MCP server.

For specific guidance on connecting to the Netlify’s remote MCP Server, check your agent setup guide or MCP Server directory or marketplace.

For example, you can find Netlify in Cursor’s marketplace or in Claude’s Connector Directory.

Some code editors support a quick MCP Server connection that you can click to get started. Learn more in your code editor docs or MCP Server directory.

Install MCP Server on Cursor

Add MCP Server netlify to LM Studio

Install on VS Code

Install on VS Code Insiders Edition

To connect to the Netlify MCP server with a .json file, we recommend you check with your AI tool, IDE, or agent to learn specific configuration requirements.

In general, we recommend Netlify’s remote MCP server setup over using Netlify’s local MCP server. Most often people only use the local MCP server when their local environment restricts remote MCP servers.

Here is a general example of a .json MCP Server configuration file used to connect to Netlify’s remote MCP Server at https://netlify-mcp.netlify.app/mcp:

{
"context_servers": {
"netlify": {
"url": "https://netlify-mcp.netlify.app/mcp"
}
}
}

Note: Your AI tool, IDE, or agent setup may require some changes from the above example, such as saving the file as mcp.json, settings.json, changing mcpServers to ContextServers and/or requiring another field such "type":"http". Check your agent setup guide or MCP Server setup docs or marketplace for the most accurate setup instructions.

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 — 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