Lambda-MCP-Server
The Lambda MCP Server is a tool that enables the creation of serverless applications using the Model Context Protocol with streaming HTTP support.
This project serves as a demonstration of how to build a stateless, serverless MCP server using AWS Lambda, allowing developers to create powerful tools with minimal boilerplate code. It highlights the ease of integrating the Model Context Protocol into applications, providing a seamless developer experience. Additionally, it supports clients that utilize Streamable HTTP, enhancing the interactivity and responsiveness of applications built on this protocol.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"lambda-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lambda-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions