Provides a boilerplate for building Model Context Protocol servers deployable to AWS Lambda.
Sponsored
This starter project offers a straightforward way to create and deploy Model Context Protocol (MCP) servers using TypeScript. It emphasizes serverless deployment to AWS Lambda, making it ideal for cost-effective and scalable solutions. The project includes local development capabilities, robust bearer token authentication, and clear instructions for connecting custom tools to platforms like Claude Desktop. It features a simple 'sayHello' example to illustrate how to implement and expose custom functionalities through the MCP.
主な機能
01Local development and testing environment
020 GitHub stars
03Clear integration guide for Claude Desktop
04Bearer token authentication for secure API access
05Serverless deployment to AWS Lambda using AWS SAM
06Includes an example 'sayHello' tool
ユースケース
01Developing and deploying custom AI tools for Claude Desktop
02Rapid prototyping of Model Context Protocol services
03Building secure and scalable serverless APIs for AI agent interactions