@yawlabs/aws-mcp
OfficialRelated Servers
Alternatives to @yawlabs/aws-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for AWS SSO authentication and profile management, enabling AI assistants to check identity, switch profiles, and manage EC2/EKS resources.8MIT
- AlicenseNot gradedqualityBmaintenanceA minimal, security-focused MCP gateway for connecting ChatGPT to AWS account data through explicit, read-only tools.MIT
- AlicenseAqualityDmaintenanceOne MCP server for the SaaS back office. Stripe, HubSpot, and Google Sheets exposed as typed, read-only-by-default tools for Claude and any MCP client.11MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server on AWS Lambda that gives AI assistants read-only access to SQS dead-letter queues and CloudWatch logs for fast incident triage.-
- FlicenseCqualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.3295-
- FlicenseNot gradedqualityCmaintenanceA single MCP server that exposes safe, permission-checked tools for AI assistants to reach file systems, databases, APIs, Git, cloud services, and business applications.-
TDQS
Scored across 28 tools
Most tools target distinct resources/actions (auth, session, docs, resource CRUD, logs, metrics, IAM). There is mild overlap among the generic API runners (aws_call, aws_paginate, aws_multi_region, aws_multi_account) and between aws_logs_tail and aws_logs_query, but the descriptions explicitly state when to prefer each, so misselection risk is low.
Every tool uses a consistent snake_case verb_noun pattern with a uniform aws_ prefix (aws_whoami, aws_login_start, aws_resource_get, aws_metrics_query, etc.). The grouping by domain (login_*, session_*, resource_*, logs_*) is predictable and readable throughout.
28 tools is on the heavy side, but the server spans genuinely distinct AWS domains (auth, session, docs, generic API, pagination, multi-region/account fan-out, Cloud Control CRUD, logs, metrics, IAM, Lambda, scripting), so most tools earn their place. It stays under the extreme-mismatch threshold.
The surface covers the full lifecycle: auth verification/login/refresh, session profile+region management, arbitrary API access with pagination and fan-out, Cloud Control create/read/update/delete plus status polling and a dry-run diff, observability (logs tail/query, metrics), IAM simulation, Lambda invoke, docs, and an orchestration escape hatch. No obvious dead ends for the domain.