Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"aws-run-mcp-servers-with-aws-lambda": {
"command": "npx",
"args": [
"-y",
"@aws/run-mcp-servers-with-aws-lambda"
]
}
}
}
Or smoke-test directly:
npx -y @aws/run-mcp-servers-with-aws-lambda
Details
| Website | https://www.npmjs.com/package/@aws/run-mcp-servers-with-aws-lambda |
|---|---|
| GitHub | git+https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda.git |
| License | unknown |
| Pricing | free |
| Tags | aws lambda mcp modelcontextprotocol |
| Sources | npm |
| Discovered | 2026-05-25 |