netlify-mcp

netlify-mcp

3.3

If you are the rightful owner of netlify-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for managing Netlify sites, enabling seamless integration with Netlify's API.

The Netlify MCP Server is designed to facilitate the management of Netlify sites through a Model Context Protocol (MCP) server. This server allows users to create, manage, and deploy sites directly from an MCP-enabled environment, leveraging Netlify's API. By integrating with GitHub, users can create new sites from repositories, list existing sites, retrieve detailed site information, and delete sites as needed. The server is configured using a Netlify access token, which is stored in an environment file, and the server is added to the MCP settings configuration. This setup ensures a streamlined process for managing web projects hosted on Netlify.

Features

  • Create new sites from GitHub repositories
  • List existing Netlify sites
  • Get detailed site information
  • Delete sites

Tools

  1. createSiteFromGitHub

    Create a new Netlify site from a GitHub repository.

  2. listSites

    List all Netlify sites you have access to.

  3. getSite

    Get detailed information about a specific site.

  4. deleteSite

    Delete a Netlify site.