Connect Netlify to Copilot Studio
Search, read and write Netlify from Copilot Studio. Arlet links the two through one MCP connection and takes care of keys and authentication.
Arlet makes Netlify's official MCP server available from the AI client you already use. Signing in completes the connection.
The AI can create, configure and deploy projects and manage environment variables, forms, access controls and extensions. The available tools are those provided by Netlify's official server, split into reader and updater tools.
How to connect Netlify to Copilot Studio
- 1
In the Arlet dashboard, open Integrations → Add an integration and choose Netlify. Sign in with Link Netlify, name the connection and click Create.
- 2
Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools → + → Add → Model Context Protocol (MCP) in the right panel.
- 3
In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.
- 4
On the Select a connection screen, choose Create new connection → Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.
Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.
What you can do
Netlify tools that Copilot Studio can call.
netlify-project-services-readerList projects and read their details and forms.
netlify-project-services-updaterCreate projects, rename them, and manage env vars, forms and access controls.
netlify-deploy-services-readerRead deploy details.
netlify-deploy-services-updaterDeploy a site.
netlify-team-services-readerRead teams and team env vars.
netlify-user-services-readerRead the connected user's details.
netlify-extension-services-readerList extensions and their details.
netlify-extension-services-updaterInstall or remove extensions and initialize databases.
get-netlify-coding-contextGet up-to-date guidance for writing code that targets Netlify.
The tool list follows what Netlify's official MCP server provides and may change.
Example uses
Check deploys
Review the latest deploy and explain the cause if it failed.
Manage env vars
List a project's environment variables and add or change them as instructed.
Read form submissions
Fetch and summarize the responses to a site's forms.
Spin up a project
Create a project, install the extensions it needs and run the first deploy.
Prompts you can use as-is
- What is the status of the latest deploy of example-site? If it failed, why?
- List example-site's environment variables and update API_BASE_URL to the new value
- Summarize this week's contact-form submissions for example-site
- Create a project called landing-v2 and deploy this directory to it
