Netlify Express icon

Netlify Express

Showcases a basic example of developing and running serverless Model Context Protocol (MCP) applications using Netlify Functions.

About

This example site demonstrates how to develop and deploy serverless applications that adhere to the Model Context Protocol (MCP) using Netlify Functions and the Express.js framework. It provides a practical illustration of integrating serverless functions with a custom URL, detailing the necessary `netlify.toml` redirects to ensure proper routing for MCP requests. The repository also offers streamlined deployment options and clear instructions for local development, enabling users to quickly set up and experiment with serverless MCP implementations.

Key Features

  • Serverless MCP implementation using Netlify Functions
  • Example Express.js routing for MCP requests
  • Pre-configured Netlify deployment pipeline
  • Local development support with Netlify CLI
  • Detailed `netlify.toml` redirect configuration
  • 0 GitHub stars

Use Cases

  • Understanding Netlify Functions integration with Express.js for custom routing
  • Learning serverless Model Context Protocol (MCP) development
  • Prototyping MCP-compliant applications on Netlify