Active

aws-mcp-server

Open source MCP Servers for AWS

AWS maintains a whole set of MCP servers in one repo — not a single server. There's one for official docs, one for costs, one for generating CDK code, and several for specific services. You install the ones you need rather than all of them.

The two most useful are usually the docs server and the cost server: the first stops your AI from inventing service limits when answering AWS questions, the second lets you just ask "what did we spend the most on this month?"

GitHub ↗
64
TrustScore
✅ No clear abandonment signal detected; complete security and compatibility checks before production use

What it does for you

Lets your AI operate AWS — inspect resources, check bills, manage services, doing cloud ops through chat (spans AWS's official MCP suite).

Capabilities

  • Query AWS resources and status
  • View cost and billing

Once installed, try asking your AI

Say this directly in Claude / Cursor or any client with this server connected

  • How much did AWS cost this month? Which service is most expensive?

Why use it

Good for: people doing architecture and ops on AWS, especially anyone who's been burned by an AI hallucinating service quotas.

Before connecting: the servers that touch real resources need AWS credentials. Use a least-privilege IAM role — read-only policies for read-only use cases.

Before you connect

🔑 Needs an API key / tokenPythonDocker

Config example (to connect)

{
  "mcpServers": {
    "awslabs-core-mcp-server": {
      "command": "uvx",
      "args": [
        "awslabs.core-mcp-server@latest"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
    }
  }
}

Install / Connect

# No npm package — install from source.
# See the repo's README for the exact command:
# https://github.com/awslabs/mcp

Follow the official README; env and args vary per server.

🛠️ Maintenance weight 30% · 80 pts

📝
Last commit1 days ago
📈
Commits in 90 days100
💬
Recent issues with replies0%
🗃️
Repo statusNormal

📊 Adoption weight 25% · 70 pts

GitHub stars9.6k (90d +0%)
📦
npm weekly downloadsNot npm-distributed
🚀
Releases per month

✅ Usability weight 20% · 20 pts

📋
Official registryNot listed
▶️
Runnable entryNot resolvable
🔍
AuditabilityOpen-source repo, auditable

❤️ Health & community weight 25% · 76 pts

🐛
open issues277
🔀
open PRs
⚖️
LicenseApache-2.0
👥
Contributors / forks30 / 1.7k

Sources: GitHub API · updated 2026-08-19

90-day trend

⭐ stars +0%

Frequently Asked Questions

Is it one server or many?

Many, in a single repo. Install the one that matches the problem you're solving; you don't need all of them.

Does it cost anything on AWS?

The servers are free, but the AWS APIs they call may bill — Cost Explorer queries, for instance.

Similar / alternative servers

How to choose among these

Cloud/ops servers map to your platform — pick the official server for whatever cloud/tool you use.

  • Monitoring / observabilityGrafana (dashboards) · Dynatrace (root-cause)
  • IaC / deployTerraform (IaC) · Cloud Run / Netlify / Heroku (deploy)
  • Cloud cost (FinOps)Vantage — multi-cloud cost analysis

One email a week, 5 minutes to see what happened in the MCP ecosystem

New servers, breakout trends, abandonment alerts — tracked automatically, curated by hand, sent to your inbox.

One email a week · unsubscribe anytime · no data selling