Hello MCP Server
Simple MCP (Model Context Protocol) server with AWS Lambda deployment.
๐ Quick Start
Local Development
Connect to Claude Desktop by adding to config:
Deploy to AWS Lambda
First time setup:
Stack Name:
hello-mcp-stack
Region:
ap-southeast-2
Bearer Token:
mcp-secret-token-12345
Confirm all:
Y
๐ Authentication
Bearer token: mcp-secret-token-12345
Change it:
๐งช Test Deployment
๐ Connect Claude to Lambda
Edit: ~/Library/Application Support/Claude/claude_desktop_config.json
Important: Use "transport": "http"
for Lambda.
๐ ๏ธ Tools
sayHello - Greet someone by name
๐ Deployment Record
Stack Name: hello-mcp-stack
Region: ap-southeast-2
Deployed: 2025-10-17
Status: โ
Tested and working
Outputs:
API URL:
https://gjt4ggcz76.execute-api.ap-southeast-2.amazonaws.com/
Lambda ARN:
arn:aws:lambda:ap-southeast-2:670326884047:function:hello-mcp-server
Authentication: Bearer token with 'http' transport
Test Results:
๐ Project Structure
๐ฐ Cost
Lambda free tier: 1M requests/month Expected cost: $0-5/month
๐ Learn More
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A simple MCP server that provides a basic greeting tool and serves as a starter template for AWS Lambda deployment. Demonstrates how to build and deploy MCP servers with both local development and cloud deployment capabilities.