-
Notifications
You must be signed in to change notification settings - Fork 0
AWS MCP Setup
Mambo edited this page May 22, 2026
·
5 revisions
https://aws.amazon.com/ko/blogs/korea/the-aws-mcp-server-is-now-generally-available/. https://docs.aws.amazon.com/agent-toolkit/latest/userguide/getting-started-aws-mcp-server.html#mcp-set-up-process
❯ claude mcp add-json aws-mcp --scope user \
'{"command":"uvx","args":["mcp-proxy-for-aws@latest","https://aws-mcp.us-east-1.api.aws/mcp","--metadata","AWS_REGION=ap-northeast-2"]}'
Added stdio MCP server aws-mcp to user configAWS MCP Server is available in the following AWS Regions:
- US East (N. Virginia) – us-east-1: https://aws-mcp.us-east-1.api.aws/mcp
- Europe (Frankfurt) – eu-central-1: https://aws-mcp.eu-central-1.api.aws/mcp
위 리전에서 동작하므로 AWS_REGION 메타데이터 파라미터를 반드시 서울(ap-northeast-2) 리전으로 지정해야한다.