MCP server

AWS MCP
MCPThe official AWS MCP server. IAM, not a guessed CLI.
AWS’s managed MCP. Talk to the account you sign into, through the proxy that bridges SigV4.
latest·Proprietary·Updated this quarter·github.com/aws/mcp-proxy-for-aws·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"aws": {
"url": "https://aws-mcp.us-east-1.api.aws/mcp"
}
}
}By Amazon
Spec
What the server actually exposes.
list_resources
readResources in the account and region.
describe
readA resource, as the API returns it.
call
writeAn AWS API the role allows, after you confirm.
Guardrails
- IAM of the role you assume
- Writes need confirm
- Regional endpoint
aws-mcp.mcp/tools
Tools
- read
list_resources
Resources in the account and region.
- read
describe
A resource, as the API returns it.
- write
call
An AWS API the role allows, after you confirm.
Last call
{ "ok": true,
"tool": "list_resources",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
