Peppa Mcp Server On Lambda
БесплатноНе проверенPeppa Mcp Server On Lambda — Model Context Protocol server
Описание
Peppa Mcp Server On Lambda — Model Context Protocol server
README
- Check out the Building Serverless MCP Servers and What Does Peppa Pig Have To Do With It blog for the full story.
- This repo is not being maintained. See this repo for more examples of running Serverless MCP Servers on AWS.
--
A Peppa MCP Server running natively on AWS Lambda and Amazon API Gateway without any extra bridging components or custom transports. This is now possible thanks to the Streamable HTTP transport introduced in v2025-03-26.
Architecture is as simple as it gets:

Prereqs
- AWS CLI
- Terraform
Instructions
Install dependencies:
cd src
npm install
cd ..
Bootstrap server and set env var with MCP Server endpoint:
cd terraform
terraform init
terraform plan
terraform apply
export PEPPA_MCP_SERVER_ENDPOINT=$(terraform output --raw endpoint_url)
cd ..
Note: It might take a few seconds for API Gateway endpoint to become operational.
Run client:
node src/client.js
Observe the response:
> node client.js
listResources response: {
resources: [
{
uri: 'peppa://timeslots',
name: 'timeslots',
description: 'Use this resource to get all open timeslots for ordering tickets to the Peppa Pig Theme Park.',
mimeType: 'text/plain'
}
]
}
readResource response: {
contents: [
{
uri: 'peppa://timeslots',
mimeType: 'text/plain',
text: 'Available timeslots are: April 19th 2025, April 20th 2025, April 21st 2025'
}
]
}
listTools response: {
tools: [
{
name: 'order-tickets',
description: 'Use this tool to order tickets to the Peppa Pig Park. The tool expects two parameters - timeslot and quantity. The timeslot should be a stringified date. The quantity should be a number. Example: order-tickets(timeslot: "April 19, 2025", quantity: 3) The tool will return a text message with the order number. ',
inputSchema: [Object]
}
]
}
callTool response: {
content: [
{
type: 'text',
text: "You've ordered 3 tickets for April 19th, 2025. Your order number is OINK-1234."
}
]
}
Learn about mcp
Установка Peppa Mcp Server On Lambda
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aal80/peppa-mcp-server-on-lambdaFAQ
Peppa Mcp Server On Lambda MCP бесплатный?
Да, Peppa Mcp Server On Lambda MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Peppa Mcp Server On Lambda?
Нет, Peppa Mcp Server On Lambda работает без API-ключей и переменных окружения.
Peppa Mcp Server On Lambda — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Peppa Mcp Server On Lambda в Claude Desktop, Claude Code или Cursor?
Открой Peppa Mcp Server On Lambda на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Peppa Mcp Server On Lambda with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
