MCP.so
Sign In
Servers

Barebones MCP Server for Netlify

@memextech

A barebones MCP server template for Netlify deployment

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "my-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote@next",
        "https://your-site-name.netlify.app/mcp"
      ]
    }
  }
}

More from Cloud & Infrastructure