Skip to content

Middy Mcp Adapter

Free

by MCP Community

Middleware to adapt mcp server interface to aws lambda

v0.1.3Added Apr 12, 2026
MiddyLambdaMiddlewareServerlessNode.js
Works with:ClaudeGPTGeminiCopilot

Middy Mcp Adapter MCP Server

Middleware to adapt mcp server interface to aws lambda

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y middy-mcp-adapter
Add to claude_desktop_config.json
{
  "mcpServers": {
    "middy-mcp-adapter": {
      "command": "npx",
      "args": ["-y", "middy-mcp-adapter"]
    }
  }
}