mcp-proxy-for-aws
Provides an MCP proxy server and a Python client library that connect MCP clients/frameworks to MCP servers running on AWS that require AWS IAM (SigV4) authentication, by signing MCP/HTTP requests using local AWS credentials.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses SigV4 signing with AWS credentials (strong cryptographic auth) but scope granularity is largely determined by IAM permissions of the credentials you provide. Proxy requires access to AWS secrets/role credentials locally; avoid logging them and ensure least-privilege IAM policies. README indicates credentials can come from environment variables or profiles; secure secret handling practices depend on runtime configuration.
⚡ Reliability
Best When
You need MCP tool access to AWS-hosted services where authentication is via AWS IAM SigV4 and your MCP client/framework cannot natively sign requests.
Avoid When
You cannot provide AWS credentials securely (or cannot restrict them via IAM) and you require strict auditability of every request without local credential usage.
Use Cases
- • Connect MCP clients (e.g., Claude Desktop, Kiro CLI) to AWS-hosted MCP servers that use SigV4/IAM auth
- • Programmatically integrate IAM-secured MCP servers into Python agent frameworks (LangChain, LlamaIndex, etc.)
- • Avoid implementing SigV4 signing logic in MCP client tooling
Not For
- • MCP servers that use OAuth-based authentication without AWS IAM/SigV4
- • Environments that do not have valid AWS credentials/permissions available to the proxy/library
Interface
Authentication
Auth is handled by signing upstream MCP requests using AWS credentials sourced from AWS CLI/profile, environment variables, or IAM roles.
Pricing
No pricing information provided; costs (if any) are likely limited to your own AWS usage for the upstream MCP server.
Agent Metadata
Known Gotchas
- ⚠ Proxy behavior depends on correct AWS credentials/region/service inference; misconfiguration may lead to auth/signing failures.
- ⚠ If using Cline, README warns against using --log-level because Cline scans stderr for the word 'error'.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-proxy-for-aws.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.