Netlify Connector for AI agents.
10 live capabilities
Manage your web hosting and deployment workflows through natural conversation.
Waiting for input…
Why people use Netlify
Netlify for Faster Deployment Workflows
With this Connector, you can just ask your agent to do the checking for you. You can stay right in your editor and ask if the latest build is live or if there were any errors. It turns a multi-step manual process into a single sentence, letting you stay in the flow of your development.
What Vinkius changes
You get a direct line of communication to your Netlify hosting environment without the tab-switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking build success
A developer pushes a hotfix and wants to see if it succeeded.
- Real-world use case 02
Retrieving user feedback
A content manager needs to see the last 5 messages from the contact form.
- Real-world use case 03
Verifying DNS zones
A DevOps engineer needs to see all active domains.
Complete set · 10capabilities
The complete Netlify capability set.
These are the exact actions your AI can choose when you ask it to work with Netlify.
01—04
4 capabilities in this set.
Part of 10 available through Netlify.
- 01 Capability
Get deploy
Get specific details for a single deployment. This is useful for troubleshooting why a specific build failed or succeeded.
- 02 Capability
Get site
Fetch the full details of a specific project. Use this to verify configuration settings for any site in your account.
- 03 Capability
Get user
Retrieve the profile for the authenticated user. This helps verify account permissions or basic user identity.
- 04 Capability
List domains
See all DNS zones and domains. This helps you keep track of every domain you have connected to your hosting.
05—07
3 capabilities in this set.
Part of 10 available through Netlify.
- 05 Capability
List builds
Show a list of builds for a specific site. You can use this to see the history of your build attempts.
- 06 Capability
List deploys
List every deployment for a specific site. It helps you see the timeline of what went live and when.
- 07 Capability
List form submissions
Get a list of messages from a specific form. This is perfect for quickly pulling user feedback or leads.
08—10
3 capabilities in this set.
Part of 10 available through Netlify.
- 08 Capability
List forms
See all the forms created for a specific site. Use this to identify which forms are active on your project.
- 09 Capability
List sites
Show a list of all your Netlify sites. This gives you a quick overview of every project you host.
- 10 Capability
Trigger build
Start a new build for a specific site. You can use this to manually redeploy a project immediately.
Set up in minutes
One URL. Then ask Netlify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Netlify from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Netlify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Netlify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Netlify URL.
- Step 03
Save and start
Save the connection and enable Netlify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"netlify": {
"url": "https://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Netlify
Open Agent mode in chat and ask: "Using Netlify, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"netlify": {
"url": "https://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Netlify
Ask Copilot: "Using Netlify, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"netlify": {
"url": "https://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Netlify
Open Cascade and ask: "Using Netlify, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"netlify": {
"url": "https://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Netlify
Ask Cline: "Using Netlify, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add netlify --transport http "https://edge.vinkius.com/vk_preview_BE2ydK9t6X49rVIV7jJcfM7rZurGl0yhJvzBFWYj/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Netlify
Ask Claude: "Using Netlify, show me...". 10 tools are ready
Where the request belongs
Work Netlify can move forward.
The frontend developer who's tired of clicking through dashboards at 2am to check if a build finished, the DevOps engineer managing dozens of DNS zones, and the content lead who needs to see form submissions without a login.
Frontend Developer
Checks build statuses and triggers redeploys during active coding sessions to ensure the production site is updated.
DevOps Engineer
Manages DNS zones and domain configurations for large scale web projects without leaving their primary workspace.
Content Manager
Retrieves recent form submissions and user feedback to quickly share with the marketing team.
When one Connector is not enough
Carry the request into a workflow.
Combine Netlify with the systems that finish the task.
View all recipesCatch Frontend Downtime Early Using Connectors
Your landing page passed the Lighthouse audit but your checkout flow takes 11 seconds in Brazil because nobody runs synthetic checks from outside us-east-1
Deploy Containers to Production Using MCP
Code pushed, images built, tags verified, deploys triggered, status reported , ship containers from commit to production in one prompt
Track Frontend Performance Budgets via MCP
Deploys tracked, performance budgets enforced, Lighthouse scores logged, regressions flagged , guard your Core Web Vitals without manual audits
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNetlify
Modern web development platform. manage sites, deploys, and forms via AI.
Vercel
Manage Vercel deployments, projects and domains via API. inspect builds, track deployments, manage env vars and domains from any AI agent.
Makeswift
Build stunning Next.js websites with a visual editor that lets marketers update pages without touching code or deployments.
Laravel Forge
Manage Laravel Forge servers, orchestrate site deployments, and query databases directly from your AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Plasmic (Visual Headless Page Builder)
Manage Plasmic projects, pages, and components via AI. list projects, inspect page structures, and trigger publishes directly.
Bring your own AI
Change the model, client or framework. Keep Netlify connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Netlify.
The practical details behind the request, access and result.
Can I use the Netlify MCP to trigger builds?
Yes, you can trigger new builds for any of your sites using the Connector. This allows you to redeploy your projects immediately through your AI agent.
Does Netlify MCP show me my DNS records?
Yes, the Netlify MCP can list all your DNS zones and domains. This gives you a clear view of your domain configuration in one place.
Can I see form submissions with the Netlify MCP?
Yes, you can use the Netlify MCP to pull submissions from specific forms. Your agent can retrieve these messages and display them directly in your conversation.
How do I connect Netlify MCP to my agent?
You just need to subscribe to the Connector and add your Netlify Personal Access Token to your AI client. Once that's set up, your agent can start managing your hosting.
Can I see my site status with Netlify MCP?
Yes, you can ask the Netlify MCP to list all your sites or get details on a specific one. It will provide you with the current status and configuration for each project.
Can I manage multiple sites with the Netlify MCP?
Yes, the Netlify MCP works across your entire account. You can list, monitor, and manage every site you have hosted on the platform.
What information does the Netlify MCP provide about my user profile?
The Netlify MCP can retrieve your authenticated user profile information. This is helpful for verifying account details and permissions within your workspace.
Can I check if my latest deploy was successful using the agent?
Yes! Use the list_deploys capability with your Site ID. Your agent will fetch the latest deployments and their statuses, such as 'ready', 'error', or 'building'.
How do I trigger a new build for my site?
Simply ask the agent to trigger_build and provide the Site ID. It will start a new build process in your Netlify account immediately.
Does the integration allow me to see contact form submissions?
Yes. Use the list_forms capability to find your Form ID, and then use list_form_submissions to retrieve the latest messages from your users.
One connection away
Give your agent a direct line to Netlify.
Connect Netlify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available