agent-toolkit-for-aws

aws/agent-toolkit-for-aws
★ 380 stars Python 🤖 AI/LLM Updated 1d ago
Official, AWS-supported MCP servers, skills, and plugins to help AI agents build on AWS
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-toolkit-for-aw": {
      "command": "uvx",
      "args": [
        "agent-toolkit-for-aws"
      ]
    }
  }
}

Or install with pip: pip install agent-toolkit-for-aws

README Excerpt

Help AI coding agents build, deploy, and manage applications on AWS. The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services. It works with the coding agents developers already use — including Claude Code, Codex, and Kiro. ``` /plugin marketplace add aws/agent-toolkit-for-aws