AWS MCP Servers

Active
GitHub Python Apache-2.0

Description

Official MCP server collection from AWS, providing AI agents with integration to core AWS services including Lambda, S3, DynamoDB, and Bedrock.

Key Features

  • Official suite of MCP servers from AWS — providing AI agents access to AWS documentation, best practices, and service integration
  • Covers core AWS services including Lambda, S3, DynamoDB, Bedrock, SQS, SNS, Step Functions, and more
  • Supports multiple AI clients — Claude Desktop, Cursor, VS Code, Windsurf, Kiro, and any MCP-compatible agent
  • Categorized by use case: infrastructure & deployment, AI & ML, data & analytics, developer tools, cost & operations
  • Runs locally via stdio transport — no cloud deployment needed for development
  • Apache 2.0 licensed with OSSF Scorecard security assessment

Use Cases

💡 AI-assisted cloud infrastructure management and deployment via Claude or Cursor
💡 Building MCP-powered chatbots that can query AWS documentation and service status
💡 Automating infrastructure as code with AI guidance on AWS best practices
💡 Data pipeline orchestration where AI agents interact with DynamoDB, S3, and SQS
💡 Cost optimization workflows with AI analyzing AWS billing and usage patterns

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (9.6k stars)
  • Permissive open-source license (Apache-2.0)

Categories

Quick Start

npm install -g @awslabs/mcp-server-aws
# Add to your MCP client config (e.g. ~/.claude/claude_desktop_config.json)
# Point server to: node_modules/@awslabs/mcp-server-aws/dist/index.js

Related Projects

FastMCP

27.2k · Python
Active A+

FastMCP is a fast, Pythonic library for building MCP servers and clients with over 1 million daily downloads, making it easy to create Model Context Protocol tools.

mcpserverprotocol +2
  • · Decorator-Based Tools — Create MCP tools with Python functions and @mcp.tool decorator, auto-generating schema and docs
  • · MCP Client — Connect to any MCP server (local or remote) with full protocol handshake and session management
  • · Interactive Apps — Generate interactive UIs for tools that render directly in conversations

Awesome Claude Skills

72.6k · Python
Active A

A curated list of awesome Claude Skills, resources and tools for customizing Claude AI workflows.

mcptoolspython +1
  • · 1000+ production-ready skills - Covering 9 categories including document processing, dev tools, data analysis, marketing, and writing
  • · Cross-agent compatible - Works with Claude Code, Claude.ai, OpenAI Codex, Cursor, Gemini CLI, Windsurf and more
  • · Progressive loading architecture - Each skill loads only name and description (~100 tokens), full content on demand, hundreds coexist

MCP Context Forge

4.3k · Python
Active A

An AI Gateway, registry, and proxy by IBM that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails, and management.

mcpa2aapi-gateway +4
  • · Unified gateway federating MCP, A2A, and REST/gRPC APIs with a single endpoint and centralized governance
  • · Tools Gateway with MCP, REST, gRPC-to-MCP translation, and TOON compression support
  • · Agent Gateway supporting A2A protocol, OpenAI-compatible and Anthropic agent routing

Klavis AI

5.8k · Python
Normal B

MCP integration platform that lets AI agents use tools reliably at any scale, providing MCP servers, clients, and integration solutions for production agent workflows.

mcptool-integrationmcp-server +2
  • · Strata intelligent connectors — optimize context windows for AI agents, smart tool call management
  • · 100+ prebuilt integrations — out-of-the-box MCP integrations with OAuth support
  • · MCP Sandbox — scalable MCP environments for LLM training and reinforcement learning

Related Articles