TL;DR
AWS is a Cloud Platforms MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent official AWS MCP for all AWS services. Install in 1 minute with mcpizy install aws.
AWS
7 toolsCloud Platforms
Official AWS MCP for all AWS services
Official homepageInstall AWS
mcpizy install awsWe could not verify a published package or a reachable endpoint for this server, so we are not showing an install command that would fail. Checked 2026-08-11. Follow the repository's own instructions instead.
Tools exposed
7 tools availablelist_s3_bucketsList S3 buckets in the account
list_s3_bucketsList S3 buckets in the account
list_s3_objectsList objects in a bucket with a prefix
list_s3_objectsList objects in a bucket with a prefix
Inputs
bucketstringrequiredprefixstringoptional
get_s3_objectDownload an S3 object
get_s3_objectDownload an S3 object
Inputs
bucketstringrequiredkeystringrequired
list_ec2_instancesList EC2 instances
list_ec2_instancesList EC2 instances
Inputs
regionstringoptional
invoke_lambdaInvoke a Lambda function
invoke_lambdaInvoke a Lambda function
Inputs
function_namestringrequiredpayloadobjectoptional
query_dynamodbQuery a DynamoDB table
query_dynamodbQuery a DynamoDB table
Inputs
tablestringrequiredkey_conditionstringrequired
get_cloudwatch_logsFetch CloudWatch log events
get_cloudwatch_logsFetch CloudWatch log events
Inputs
log_groupstringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"awslabs.aws-api-mcp-server"
],
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "AKIA...",
"AWS_SECRET_ACCESS_KEY": "..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"awslabs.aws-api-mcp-server"
],
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "AKIA...",
"AWS_SECRET_ACCESS_KEY": "..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"awslabs.aws-api-mcp-server"
],
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "AKIA...",
"AWS_SECRET_ACCESS_KEY": "..."
}
}
}
}Authentication setup
What you can do with AWS MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List every S3 bucket and its creation date”
Uses: list_s3_buckets
“Find objects in bucket `my-logs` uploaded today”
Uses: list_s3_objects
“Show me running EC2 instances in eu-west-1”
Uses: list_ec2_instances
“Invoke Lambda `send-report` with payload {date: today}”
Uses: invoke_lambda
Works with
More Cloud Platforms MCPs
Alternatives to AWS
If AWS doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.
Frequently asked questions
What is the AWS MCP server?
AWS is listed as an Cloud Platforms Model Context Protocol server whose documented purpose is to let an MCP-compatible agent official AWS MCP for all AWS services. Client support, permissions and authentication remain specific to the upstream project.
How do I install AWS MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install aws` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `` and restarting Claude Code.
Does MCPizy charge to view or install AWS MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does AWS MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with AWS MCP?
Its documented purpose is to let an MCP-compatible agent official AWS MCP for all AWS services. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory