Frequently Asked Questions (FAQ) about Netlify MCP Server
Q: What is the Netlify MCP Server? A: The Netlify MCP Server is a Model Context Protocol (MCP) server that allows AI Agents, especially those within the UBOS platform, to interact with and manage Netlify sites programmatically. It provides tools for creating, listing, getting information about, and deleting Netlify sites through a standardized protocol.
Q: What is the Model Context Protocol (MCP)? A: MCP is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). In this case, it allows AI Agents to access and control Netlify services.
Q: What can I do with the Netlify MCP Server? A: You can automate various Netlify site management tasks, such as creating new sites from GitHub repositories, listing existing sites, retrieving site details, and deleting sites. This is all done through AI Agents interacting with the MCP server.
Q: How do I install the Netlify MCP Server?
A: First, clone the repository from GitHub, then install the dependencies using npm install. Next, build the project with npm run build. Finally, configure your Netlify access token and add the server to your MCP settings.
Q: Where do I get a Netlify access token? A: Create a Netlify account or log in to your existing one. Go to User Settings > Applications > Personal access tokens and create a new token, giving it a descriptive name like ‘MCP Integration’. Copy the generated token.
Q: How do I configure the Netlify MCP Server with my MCP settings?
A: Add a configuration block to your MCP settings (typically a JSON file) that specifies the command to run the server (node), the path to the server’s entry point (path/to/netlify-mcp/build/index.js), your Netlify access token as an environment variable (NETLIFY_ACCESS_TOKEN), and other relevant settings.
Q: What are the available tools provided by the Netlify MCP Server?
A: The server provides tools such as createSiteFromGitHub to create new sites from GitHub repos, listSites to list available Netlify sites, getSite to retrieve detailed site information, and deleteSite to delete sites.
Q: Can I use the Netlify MCP Server with the UBOS platform? A: Yes, the Netlify MCP Server is designed to integrate seamlessly with the UBOS platform. This allows you to orchestrate AI Agents that manage your Netlify sites as part of a larger automated system.
Q: What if I encounter issues or have questions about the Netlify MCP Server? A: Refer to the provided documentation, including the Setup Guide, API Documentation, and Usage Examples. If you still have questions, consider reaching out to the project’s maintainers or community for support. Contributions are welcome, so feel free to submit pull requests with improvements or bug fixes.
Netlify Site Manager
Project Details
- MCERQUA/netlify-mcp
- MIT License
- Last Updated: 3/16/2025
Recomended MCP Servers
A Model Context Protocol server implementation for operations on AWS resources
MCP server enabling Image Generation for LLMs, built in Python and integrated with Together AI.
MCP server for Practera
This project provides a modular Python wrapper for the SNCF API, with an MCP server interface that integrates...
Web3 MCP server for EVM chains (at moment)
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
A fully automated workflow for triggering, running & managing fine tuning, training & deploying custom stable diffusion models...





