MCP Proxy For Aws
Rank #222io.github.aws/mcp-proxy-for-aws
MCP server providing proxy-for-aws capabilities
MCP Proxy For Aws is a Model Context Protocol (MCP) server published by aws. It ranks #222 of 115,591 servers tracked on MCP Toplist, and its repository has 346 GitHub stars. MCP Proxy For Aws is listed on Official MCP, with 3 tracked versions. It was first listed on Dec 5, 2025 and most recently updated on Dec 5, 2025.
Ranks ahead of 115,369 of 115,591 servers on MCP Toplist.
Use MCP Proxy For Aws
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-proxy-for-aws -- uvx mcp-proxy-for-aws https://aws-mcp.us-east-1.api.aws/mcp[mcp_servers.mcp-proxy-for-aws]
command = "uvx"
args = ["mcp-proxy-for-aws", "https://aws-mcp.us-east-1.api.aws/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-proxy-for-aws": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-proxy-for-aws": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-proxy-for-aws": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-proxy-for-aws": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-proxy-for-aws": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aws%2Fmcp-proxy-for-aws)<a href="https://mcptoplist.com/server/io.github.aws%2Fmcp-proxy-for-aws"><img src="https://mcptoplist.com/badge/io.github.aws%2Fmcp-proxy-for-aws.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aws
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0-preview.0 | Dec 5, 2025 |
| 1.0.0-preview | Dec 5, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Proxy For Aws?
- MCP Proxy For Aws is maintained by aws, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is MCP Proxy For Aws listed on the Official MCP Registry?
- Yes — MCP Proxy For Aws is listed on the Official MCP Registry.
- How many versions does MCP Proxy For Aws have?
- MCP Toplist tracks 3 versions of MCP Proxy For Aws, most recently published on Dec 5, 2025.
- Where can I find the source code for MCP Proxy For Aws?
- The source code for MCP Proxy For Aws is hosted at github.com/aws/mcp-proxy-for-aws.