Barebones MCP Server for Netlify
@memextech
关于 Barebones MCP Server for Netlify
A barebones MCP server template for Netlify deployment
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"my-mcp": {
"command": "npx",
"args": [
"mcp-remote@next",
"https://your-site-name.netlify.app/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Barebones MCP Server for Netlify?
This is a minimal implementation of a Model Context Protocol (MCP) server designed to be deployed to Netlify. It exposes tools and resources for AI assistants and includes a FastAPI client that provides a REST API for testing and integration.
How to use Barebones MCP Server for Netlify?
Install dependencies with npm install, then start the development server with npm run dev. Test locally using the MCP Inspector (npx @modelcontextprotocol/inspector npx mcp-remote@next http://localhost:8888/mcp) or direct curl commands. Deploy by connecting the repository to Netlify and configuring the publish directory as public. Configure Claude Desktop by adding mcp-remote@next with the deployed URL to its MCP settings.
Key features of Barebones MCP Server for Netlify
- Serverless MCP server running on Netlify
- Includes a "run analysis report" tool
- Provides a documentation resource for interpreting reports
- FastAPI REST API client with Swagger UI
- Automated testing scripts and status checks
- Easy integration with Claude Desktop via MCP remote
Use cases of Barebones MCP Server for Netlify
- Deploy a lightweight MCP server to Netlify for AI assistant integration
- Test MCP tools and resources locally using the MCP Inspector
- Use the FastAPI client to build a REST API over MCP capabilities
- Run and interpret analysis reports through AI assistants
- Extend the server with custom tools and resources
FAQ from Barebones MCP Server for Netlify
How do I run the MCP server locally?
Clone the repository, run npm install, then start the development server with npm run dev. It will be available at http://localhost:8888/mcp.
How do I deploy this to Netlify?
Push the repository to GitHub, connect it to Netlify, and set the publish directory to public with no build command.
How do I use this MCP server with Claude Desktop?
In Claude Desktop settings, edit the MCP configuration file to include a server entry using npx mcp-remote@next and the deployed URL (e.g., https://your-site-name.netlify.app/mcp), then restart Claude Desktop.
Can I add more tools and resources?
Yes, edit the getServer function in netlify/functions/mcp-server.js following the existing examples. Refer to the Model Context Protocol documentation for guidance.
What dependencies are required?
Node.js and npm for the MCP server. Python with uvicorn and FastAPI are needed if using the MCP client locally.
云与基础设施 分类下的更多 MCP 服务器
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
评论