A utility that integrates Model Context Protocol (MCP) into Express applications, offering both stateful session management and stateless request handling options.
A basic serverless MCP server example running on Netlify Functions using Express. Demonstrates how to deploy and run Model Context Protocol servers in a serverless environment.
Enables Adobe Express add-on developers to scaffold projects, access code examples, query SDK documentation, and get implementation guidance for building Adobe Express add-ons.
A TypeScript-based MCP server template using Express.js and Server-Sent Events, providing example tools for echoing messages, performing calculations, and retrieving server time.
A modular Model Context Protocol server implementation using Express.js that provides example mathematical and echo tools with HTTP streaming support and easy extensibility for adding custom tools.
A serverless MCP server example built with Express and deployed on Netlify Functions, demonstrating how to expose MCP endpoints via a custom URL with proper redirects.
A basic example MCP server deployed as a Netlify serverless function using Express. Demonstrates how to run Model Context Protocol servers in a serverless environment with proper routing configuration.
A basic serverless MCP implementation using Netlify Functions and Express. Demonstrates how to deploy and run Model Context Protocol servers in a serverless environment with proper routing configuration.
A stateless Model Context Protocol server that implements a simple echo functionality with resource, tool, and prompt components, enabling LLMs to echo back messages through standardized MCP interactions.
A basic example MCP server running as a serverless function on Netlify using Express. Demonstrates how to deploy and run Model Context Protocol servers in a serverless environment with proper URL routing configuration.
A serverless implementation of the Model Context Protocol (MCP) that runs on Netlify Functions, allowing developers to build and deploy MCP-compatible services with minimal configuration.
Exposes Express.js API endpoints as MCP tools, preserving existing schemas and authentication behavior. Supports streaming responses and can be mounted directly to existing Express apps or run as a standalone gateway.
Converts existing Express, Fastify, NestJS, Hono, or Koa backends into an MCP-compatible server accessible to AI clients like Claude Desktop and Cursor.