Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. AWS MCP Server
AWS MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 4:46:03 AM

AWS MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository354 GitHub StarsTotal stargazers on GitHub for the source repository (354 stars).Visit Website
awsmcpiamsigv4developer-tools

Bridges MCP clients and AWS-hosted MCP servers with SigV4 signing from local AWS credentials.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

uvx mcp-proxy-for-aws-cli@latest

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 3d ago.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aws-mcp-server-2": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws-cli@latest"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

AWS MCP Server MCP server connects MCP clients and agent frameworks to IAM-secured MCP servers hosted on AWS. It runs as a local proxy that signs MCP requests with AWS SigV4 credentials, or as a Python library for programmatic integrations. Use it when a client or framework cannot natively authenticate to an AWS MCP endpoint with IAM. The proxy also supports dynamic tool discovery and optional controls for profiles, regions, retries, metadata, and read-only operation.

Use cases

•Connect Claude Desktop to an IAM-secured MCP endpoint on AWS
•Sign MCP requests with local AWS credentials
•Build LangChain agents against AWS-hosted MCP servers
•Restrict discovered tools to read-only operations
•Switch AWS profiles for individual tool calls

Key features

•AWS SigV4 request signing
•Dynamic MCP tool discovery
•Multiple AWS profile support
•Read-only tool filtering
•Configurable region, retries, metadata, and timeout
•Python library and local proxy modes

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by AWS MCP Server.

Extracted Tool Capabilities
AWS SigV4 request signing
Dynamic MCP tool discovery
Multiple AWS profile support
Read-only tool filtering
Configurable region, retries, metadata, and timeout
Python library and local proxy modes

How AWS MCP Server works

What AWS MCP Server MCP server does

AWS MCP Server MCP server provides a bridge between MCP clients and MCP servers on AWS that require AWS IAM authentication rather than OAuth. It does not define a fixed collection of AWS service tools. Instead, it forwards requests to an MCP endpoint and makes that endpoint's tools available to the connected client.

The package has two distributions for different uses. mcp-proxy-for-aws-cli is the version-pinned command-line distribution intended for running the proxy with uvx. mcp-proxy-for-aws is the library distribution for importing mcp_proxy_for_aws into Python applications and connecting agent frameworks such as LangChain, Strands Agents, and LlamaIndex.

How it works

The AWS MCP Server MCP server uses AWS credentials available through the local AWS CLI configuration, environment variables, or IAM roles. It signs MCP requests with AWS Signature Version 4 before sending them to the configured endpoint. This avoids requiring each MCP client or application to implement its own SigV4 request signing.

As a proxy, it runs locally between an MCP client and an upstream AWS MCP server. Supported clients named in the documentation include Claude Desktop and Kiro CLI. The proxy can discover tools from the upstream server dynamically. As a library, it allows application code to manage MCP sessions and connect AWS IAM-secured endpoints from supported agent frameworks.

Setup and configuration

The prerequisites are Python 3.10 or newer, the uv package manager, and configured AWS credentials. Docker Desktop is optional for users running the published container image.

The proxy requires an MCP endpoint URL. The AWS service used for signing can be supplied with --service; otherwise, the proxy attempts to infer it from the endpoint. --region selects the AWS region and falls back to AWS_REGION when omitted. AWS profiles can be supplied with --profile; the first profile is the default, and additional profiles can support per-call switching through the aws_profile tool parameter.

Additional options control injected key-value metadata, retries, logging, and request timeouts. The --read-only option disables tools that may require write permissions, based on the upstream tools' readOnlyHint annotations.

Tools and capabilities

The AWS MCP Server MCP server supports:

  • SigV4 signing of requests to IAM-protected MCP endpoints
  • Dynamic discovery of tools exposed by an upstream MCP server
  • Multiple AWS profiles and per-call profile selection
  • AWS region selection and metadata injection
  • Optional read-only operation
  • Configurable retries, timeout, and log level
  • Local execution through uvx, a checked-out repository, or Docker
  • Programmatic use from Python agent applications

The CLI distribution can be started with uvx mcp-proxy-for-aws-cli@latest followed by the upstream SigV4 MCP endpoint URL. A local checkout can run the proxy with uv run mcp_proxy_for_aws/server.py and the endpoint URL. Docker images are published through the public AWS ECR registry.

Limitations and notes

An upstream MCP endpoint is required; the proxy is not an independent catalog of AWS operations. The client must be able to use a local MCP bridge, and the AWS credentials used by the proxy must already be configured through one of the supported credential sources.

The library and CLI distributions serve different dependency-management goals. The CLI package pins its dependency tree to tested versions, while the library package uses loose, co-resolvable dependency ranges for integration into an application's environment. The first uvx run may take tens of seconds while dependencies download and cache; later runs are expected to start faster.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Managed Agent Control MCP logoManaged Agent Control MCP

    Start, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, poll its events to watch it work, reply, approve the tools it wants to run, and stop it. Runs over stdio, an HTTP container, or AWS Lambda, with pluggable inbound auth (bearer/OIDC/Cognito).

    ☁️ Cloud Platforms3 views
    Compare vs Managed Agent Control MCP →
  • Radar logoRadar

    Built-in MCP server for Radar, a modern Kubernetes visibility tool. Lets AI agents query cluster topology, resources, events, logs, and Helm/GitOps state across multiple clusters. Single binary, no agents, no cloud dependency. Apache 2.0.

    ☁️ Cloud Platforms3 views
    Compare vs Radar →
  • Awslabs MCP logoAwslabs MCP

    AWS MCP servers for seamless integration with AWS services and resources.

    ☁️ Cloud Platforms1 views
    Compare vs Awslabs MCP →
  • Infrawise logoInfrawise

    Cloud infrastructure analysis for AI coding assistants — detects IaC drift, missing indexes, security gaps, and performance anti-patterns across AWS services and databases. 13 tools, works with Claude Code and Cursor.

    ☁️ Cloud Platforms3 views
    Compare vs Infrawise →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
354
Stargazers on the source repository.
Last commit
3d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
1 installs
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about AWS MCP Server

Install Python 3.10+, `uv`, and configure AWS credentials. For proxy use, the README specifies the `mcp-proxy-for-aws-cli` package with `uvx`; the library distribution is `mcp-proxy-for-aws`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAWS MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aws-mcp-server-2?style=directory)](https://allmcps.com/mcp/aws-mcp-server-2)
HTML Embed
<a href="https://allmcps.com/mcp/aws-mcp-server-2"><img src="https://allmcps.com/api/badge/aws-mcp-server-2?style=directory" alt="AWS MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthOther
ClientsClaude Desktop
Last updatedSep 21, 2026
10/14 checks healthy over the last 45d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs1
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars354
GitHub Star CountTotal stargazers on GitHub representing community popularity (354 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 21, 2026
49Quality signal: Fair · 49/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity9/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev · mcp-proxy-for-aws-cli@latest (PyPI)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Best AWS MCP servers →Alternatives to AWS MCP Server →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients