AUTOMATIONSWITCH
// MCP Server Category

CLOUD SERVICES MCP SERVERS

Cloud Services servers let models interact with cloud services systems through the MCP protocol. Each entry carries an editorial score, security notes, and per-client connection configs.

Servers
5
Avg editorial score
4.2 / 5
Official servers
0
Added this quarter
5
Last re-verified
MAY 1, 2026
Share:

THE THREE TO BEAT

01Top of category
VendorCloud Services

AWS API MCP Server

AWS Labs

The AWS API MCP server is the broadest of the AWS Labs servers and the one most teams will reach for first. It exposes the AWS CLI itself as the agent's interface: any command the local CLI can run, the agent can call. This makes it the universal AWS surface area. The trade-off is that the surface area is gigantic and the safety boundary lives in IAM; tool whitelisting effectively sits at the credential layer. With admin-level credentials, this server lets the agent do anything those credentials permit. The fix is the same as for any cloud-shell-with-an-AI: scope the IAM role narrowly, set AWS_API_MCP_PROFILE_NAME to a profile that uses that role, and route destructive operations through a separate confirmation flow. With that discipline in place, this is the server that pays for itself in week one.

2 Tools8,894 Stars
View details →
02Runner up
Vendor

Cloudflare MCP

Cloudflare

Cloudflare's MCP offering is structurally different from every other cloud server in this directory and worth understanding before installing. There are 14 domain-specific hosted servers (Workers Bindings, Observability, Radar, Browser Rendering, Logpush, AI Gateway, Audit Logs, DNS Analytics, DEX, CASB, GraphQL, Documentation, Container, Builds), plus a separate "Code Mode" server at mcp.cloudflare.com that gives the agent broad API access via code execution. They run as remote MCP servers; the agent connects via URL, authenticates via OAuth, and runs entirely on Cloudflare's infrastructure. This is the pattern to copy for vendor MCP servers: hosted, OAuth-scoped, segmented by product surface so the agent receives only the permission set it needs. The drawback is operational: 14 endpoints means 14 OAuth flows, and choosing the right one for a given task is its own learning curve. Cloudflare publishes guidance on which to use when, which helps; expect a week of "wait, which server has that tool?" before it clicks.

03Third place
Vendor

Amazon ECS MCP Server

AWS Labs

The Amazon ECS MCP server is the most capable container deployment server currently shipping. It covers the full lifecycle: containerizing an application, building and pushing to ECR, deploying via ECS Express Mode with Application Load Balancer integration, and tearing it all back down with one tool call. The standout feature is ALLOW_WRITE=false and ALLOW_SENSITIVE_DATA=false as first-class environment flags, which keep the server in monitoring-only mode against a production cluster while restricting the agent to list and describe operations. Most cloud MCPs treat the read/write distinction as an afterthought; AWS Labs treats it as a configuration boundary, and that earns it the editorial pick for production-adjacent ECS work.

Type
Sort
5 of 5

ALL CLOUD SERVICES SERVERS

Vendor4.5/5

AWS API MCP Server

AWS Labs

The official AWS Labs catch-all server. Bridges any AWS CLI command to MCP, giving agents universal access to the AWS API surface. Helps the agent select the right CLI command for a task; respects the local AWS credential chain.

2 tools · 8,894 ★Details →
Vendor4.5/5

Cloudflare MCP

Cloudflare

Cloudflare's MCP offering: 14 hosted remote MCP servers segmented by product surface (Workers Bindings, Observability, Radar, Browser Rendering, Logpush, AI Gateway, Audit Logs, DNS Analytics, DEX, CASB, GraphQL, Docs, Container, Builds) plus a Code Mode server for broader API access. All authenticate via OAuth.

0 tools · 3,665 ★Details →
Vendor4.2/5

Amazon ECS MCP Server

AWS Labs

Vendor-built ECS MCP server covering the full container deployment lifecycle: containerize, push to ECR, deploy via ECS Express Mode with ALB, troubleshoot. Notable for ALLOW_WRITE and ALLOW_SENSITIVE_DATA environment flags that make read-only mode a configuration default.

8 tools · 8,894 ★Details →
Vendor4/5

Amazon EKS MCP Server

AWS Labs

AWS Labs server for Amazon EKS covering cluster creation via CloudFormation, full Kubernetes resource lifecycle, log retrieval, event fetching, and troubleshooting. Read-only and write IAM policies documented separately for scoped credential setup.

7 tools · 8,894 ★Details →
Vendor4/5

Vercel

Vercel

Deployment layer for managing Vercel projects, deployments, environment variables, and domains. Deploy, promote, rollback, and inspect from your agent context.

16 tools · 2,400 ★Details →
// Stay current

GET THE CLOUD SERVICES MCP WATCHLIST.

We score a new cloud services MCP the week it ships. Get the update, plus any re-scores when a server changes enough to move its rating. One email per week maximum.

// Tagged mcp-category-cloud · Unsubscribe any time