Best MCP Servers for Cloud Infrastructure
Top-ranked MCP servers for AWS, GCP, Azure, Docker, Kubernetes, and infrastructure automation. Scored from the AgentRank index.
Cloud infrastructure MCP servers let AI agents interact with cloud platforms β provisioning resources, reading logs, scaling services, managing containers, and executing Terraform plans. They are the missing layer between your LLM and your cloud control plane.
This guide ranks the top cloud and DevOps MCP servers from the AgentRank index β covering AWS, GCP, Azure, Docker, Kubernetes, Terraform, Ansible, and CI/CD pipelines. Use these to build agents that can self-heal infrastructure, respond to incidents, and automate deployments.
Top Cloud Infrastructure MCP servers
Ranked by the composite AgentRank score β a weighted blend of stars (15%), freshness (25%), issue health (25%), contributors (10%), and inbound dependents (25%). Average score across these 8 tools: 84.3.
| # | Repository | Score | Stars | Lang | Updated |
|---|---|---|---|---|---|
| 1 | reza-gholizade/k8s-mcp-server Manage Your Kubernetes Cluster with k8s mcp-server | 88.6 | 150 | Go | 3d ago |
| 2 | Dave-London/Pare Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test run⦠| 87.6 | 92 | TypeScript | 5d ago |
| 3 | rohitg00/kubectl-mcp-server A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or p⦠| 86.5 | 847 | Python | 18d ago |
| 4 | AmoyLab/Unla 𧩠MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Serv⦠| 86.2 | 2.1k | TypeScript | 8d ago |
| 5 | containers/kubernetes-mcp-server Model Context Protocol (MCP) server for Kubernetes and OpenShift | 84.6 | 1.3k | Go | 2d ago |
| 6 | mitulgarg/env-doctor Debug your GPU, CUDA, and AI stacks across local, Docker, and CI/CD (CLI and MCP server) | 81.9 | 127 | Python | 5d ago |
| 7 | Flux159/mcp-server-kubernetes MCP Server for kubernetes management commands | 79.7 | 1.4k | TypeScript | 17d ago |
| 8 | microsoft/mcp-gateway MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, se⦠| 79.0 | 526 | C# | 2d ago |
Choosing by use case
- AWS services
- Read CloudWatch logs, manage S3 buckets, trigger Lambda functions, and query EC2 state from your agent.
- Kubernetes & containers
- List pods, view events, exec into containers, and apply manifests via kubectl through an MCP interface.
- Terraform & IaC
- Plan and apply infrastructure changes, read state, and understand drift β without leaving the agent context.
- CI/CD pipelines
- Trigger GitHub Actions, read pipeline status, and respond to build failures automatically.
Quick setup
Most MCP servers follow the same config pattern. Add this to your Claude Desktop, Cursor, or Windsurf MCP config file:
{
"mcpServers": {
"aws-kb": {
"command": "npx",
"args": ["-y", "awslabs.aws-kb-retrieval-server@latest"],
"env": { "AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..." }
}
}
} See the integrations page for platform-specific setup guides for Claude Code, Cursor, VS Code, Windsurf, and Cline.
Reading the AgentRank signals
Each tool in this guide is scored on five signals that predict long-term reliability:
| Signal | Weight | What it means |
|---|---|---|
| Stars | 15% | Raw popularity β how many developers have found and bookmarked this tool |
| Freshness | 25% | Days since last commit β tools with no recent commits decay hard after 90 days |
| Issue health | 25% | Ratio of closed to total issues β measures maintainer responsiveness |
| Contributors | 10% | More contributors = less bus-factor risk, broader review surface |
| Dependents | 25% | How many other repos depend on this β the strongest signal of real-world adoption |
Query this live from your editor: Install AgentRank in Cursor, VS Code, or Claude Code β your AI agent can query live rankings on demand.
Missing a tool? Submit it to the index β new tools are scored in the next nightly crawl.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights β straight to your inbox.