MCP server

Netlify MCP
MCPOfficial Netlify MCP. Sites and deploys as tools.
Netlify’s MCP server. Create, deploy, and inspect sites from the client.
latest·Apache-2.0·Updated this quarter·github.com/netlify/netlify-mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"netlify": {
"command": "npx",
"args": [
"-y",
"@netlify/mcp"
]
}
}
}By Netlify
Spec
What the server actually exposes.
list_sites
readSites in the account.
deploy
writeTrigger a deploy.
logs
readBuild or function logs.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
netlify-mcp.mcp/tools
Tools
- read
list_sites
Sites in the account.
- write
deploy
Trigger a deploy.
- read
logs
Build or function logs.
Last call
{ "ok": true,
"tool": "list_sites",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
