Express MCP ServerServer

ZASRD
GitHub
MCPServerlessNetlify

Loading subscription status...

💡 Description

A basic example of a serverless Model Context Protocol (MCP) implementation using Netlify Functions, allowing developers to run MCP services without managing traditional server infrastructure.

📝 JSON Entries

{
  "mcpServers": [
    {
      "express_mcp_server": {
        "env": {
          "NETLIFY_TOKEN": "<NETLIFY_TOKEN>"
        },
        "args": [
          "--functions",
          ".netlify/functions"
        ],
        "command": "netlify dev"
      }
    }
  ]
}

🛠️ Tools

NetlifyGit

Features

  • Customized URL routing
  • Serverless deployment with Netlify
  • Automated deployment pipelines