Server
Rank #9,236aws.api.us-east-1.ecs-mcp/server
MCP server providing server capabilities
Server is a Model Context Protocol (MCP) server. It ranks #9,236 of 132,046 servers tracked on MCP Toplist. Server is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 9, 2026 and most recently updated on Feb 9, 2026.
Ranks ahead of 122,810 of 132,046 servers on MCP Toplist.
Use Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ecs-mcp -- uvx mcp-proxy-for-aws "https://ecs-mcp.{region}.api.aws/mcp" --profile default --region "{region}"[mcp_servers.ecs-mcp]
command = "uvx"
args = ["mcp-proxy-for-aws", "https://ecs-mcp.{region}.api.aws/mcp", "--profile", "default", "--region", "{region}"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ecs-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://ecs-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ecs-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://ecs-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ecs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://ecs-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ecs-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://ecs-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ecs-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://ecs-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}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/aws.api.us-east-1.ecs-mcp%2Fserver)<a href="https://mcptoplist.com/server/aws.api.us-east-1.ecs-mcp%2Fserver"><img src="https://mcptoplist.com/badge/aws.api.us-east-1.ecs-mcp%2Fserver.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Is Server listed on the Official MCP Registry?
- Yes — Server is listed on the Official MCP Registry.
- How many versions does Server have?
- MCP Toplist tracks 2 versions of Server, most recently published on Feb 9, 2026.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.