Server
Rank #9,126aws.api.us-east-1.eks-mcp/server
MCP server providing server capabilities
Server is a Model Context Protocol (MCP) server. It ranks #9,126 of 132,046 servers tracked on MCP Toplist. Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 29, 2026 and most recently updated on Jan 29, 2026.
Ranks ahead of 122,920 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 eks-mcp -- uvx mcp-proxy-for-aws "https://eks-mcp.{region}.api.aws/mcp" --profile default --region "{region}"[mcp_servers.eks-mcp]
command = "uvx"
args = ["mcp-proxy-for-aws", "https://eks-mcp.{region}.api.aws/mcp", "--profile", "default", "--region", "{region}"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"eks-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://eks-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"eks-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://eks-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"eks-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://eks-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"eks-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://eks-mcp.{region}.api.aws/mcp",
"--profile",
"default",
"--region",
"{region}"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"eks-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://eks-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.eks-mcp%2Fserver)<a href="https://mcptoplist.com/server/aws.api.us-east-1.eks-mcp%2Fserver"><img src="https://mcptoplist.com/badge/aws.api.us-east-1.eks-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 | Jan 29, 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 Jan 29, 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.