README.md
Building and running MCP servers using Netlify Serverless Functions.
A demonstration project for building and running Model Context Protocol (MCP) servers using Netlify Serverless Functions. It provides a template for deploying serverless MCP endpoints with automated CI/CD pipelines through Netlify.
Configuration
claude_desktop_config.json
{
"mcpServers": {
"mcpnetify": {
"command": "npx",
"args": [
"-y",
"@pinnacleaisolutions/mcpnetify"
]
}
}
}Try it
→How can I deploy an MCP server to Netlify using this template?
→Show me the structure of a serverless MCP function on Netlify.
→Explain how the CI/CD pipeline works for this Netlify MCP project.