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 (MCP) server to enable AI tools to interact with Gradle projects programmatically.
MCP server for Korean tourism information
使用flux-schnell实现的文生图mcp
simple linear mcp server
image to 3d relief STL models
A GitHub MCP Server
This MCP server provides tools for interacting with Aliyun (Alibaba Cloud) services.
The leading agentic finance toolkit for AI agents
MCP Server including Clients and Agents





