Skip to content

Netlify

Free

by MCP Community

Netlify runtime adapter for MCP servers built with ModelFetch

v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Works with:ClaudeGPTGeminiCopilot

Netlify MCP Server

Netlify runtime adapter for MCP servers built with ModelFetch

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelfetch/netlify
Add to claude_desktop_config.json
{
  "mcpServers": {
    "netlify": {
      "command": "npx",
      "args": ["-y", "@modelfetch/netlify"]
    }
  }
}