Best Cloud & Infrastructure MCP Servers in 2026

Cloud and infrastructure MCPs for AWS, GCP, Azure, and edge platforms. Let agents manage deployments and infra — verified for 2026.

Top Cloud & Infrastructure MCPs

  1. 1.Vercel (MCP server)Inspect deployments, logs, and project state on Vercel from an AI agent.
  2. 2.StripeManage payments, customers, and subscriptions through Stripe.
  3. 3.DigitalOceanManage Droplets, App Platform, Kubernetes, and Spaces from an AI agent.

About Cloud & Infrastructure MCP servers

Cloud and infrastructure MCP servers expose the consoles a platform team lives in — AWS, GCP, Azure, Cloudflare, Vercel, Netlify, Fly, Render, Railway, Kubernetes, Terraform — to AI agents that can read state, suggest fixes, and (with explicit permission) make changes. The best MCP servers for cloud and infrastructure draw a hard line between read and write capabilities and surface a clear "this would do X" preview before any mutation. AWS Cost Explorer MCP, Cloudflare Workers MCP, Vercel deploy MCP, and Kubernetes-readonly MCPs are common starting points.

Choose by surface. For deployment status and rollback, prefer the platform-specific MCP (Vercel, Netlify, Cloudflare, Fly). For Kubernetes troubleshooting, a read-only kubectl MCP scoped to a single namespace is the safe default. For cost analysis, AWS and GCP cost MCPs return billing summaries without needing infra-mod permissions. For infrastructure-as-code, a Terraform MCP that runs `plan` (not `apply`) lets the agent reason about a proposed change before a human approves it.

Common mistakes: granting the MCP an admin role when read-only would do, running it with a long-lived static credential instead of a scoped, short-lived one, and forgetting that some cloud APIs have hard rate limits — agents that retry aggressively will trip them. Each MCP below documents auth model, supported regions, and the operation set it exposes. Start with read-only against a non-production account, prove the workflow, then move to write capabilities under change-management.

All Cloud & Infrastructure MCPs

6 MCPs ranked by popularity. Filter by attribute or search by name.

6 of 6 MCPs

#MCPLabels
1
Vercel (MCP server)

Inspect deployments, logs, and project state on Vercel from an AI agent.

Official
2
Stripe

Manage payments, customers, and subscriptions through Stripe.

Official
3
DigitalOcean

Manage Droplets, App Platform, Kubernetes, and Spaces from an AI agent.

Official
4
AWS

Inspect AWS resources, read CloudWatch logs, and audit IAM from an AI agent.

Official
5
Cloudflare

Manage Workers, R2 buckets, DNS, and edge policies on Cloudflare.

Official
6
Supabase

Full Supabase access: database, auth, storage, and edge functions.

Top Cloud & Infrastructure MCPs ranked

Detailed cards with setup time, complexity, and key labels.

1
Vercel (MCP server)
Official

Inspect deployments, logs, and project state on Vercel from an AI agent.

vercel, hosting, deployment, nextjs
5 minLow
Official

Manage payments, customers, and subscriptions through Stripe.

stripe, payments, billing, commerce
5 minMedium
3
DigitalOcean
Official

Manage Droplets, App Platform, Kubernetes, and Spaces from an AI agent.

digitalocean, hosting, cloud, kubernetes
5 minMedium
4
AWS
Official

Inspect AWS resources, read CloudWatch logs, and audit IAM from an AI agent.

aws, cloud, cloudwatch, iam
15 minMedium
5
Cloudflare
Official

Manage Workers, R2 buckets, DNS, and edge policies on Cloudflare.

cloudflare, edge, workers, dns
10 minMedium

Full Supabase access: database, auth, storage, and edge functions.

supabase, database, backend, postgres
5 minLow

Archived (historical reference)

1 Cloud & Infrastructure entry is archived — the upstream package was deprecated or pulled, or a documented security issue applies. The detail page is preserved for historical reference and migration guidance, but these are NOT current editorial picks.

Also in the ChatGPT Apps directory

1 Cloud & Infrastructure brand is available as one-click ChatGPT Apps. These are not ranked alongside the editorial picks above — they're listings from chatgpt.com/apps surfaced here for brand-search continuity.

FAQ: Cloud & Infrastructure MCPs

Which cloud MCP do I install first?

AWS for most teams (it is the dominant cloud), Cloudflare for sites and edge workers, Vercel for Next.js deploys. Pair the cloud MCP with a dedicated, scoped IAM principal — never your personal admin role.

Should I give an agent terraform plan + apply access?

No. Plan-only is the safe default. Apply requires human review of the diff — agents drafting infra is high-leverage, agents executing infra unsupervised is high-risk.

Related categories