aws-mcp-setup

Configure AWS MCP servers for API calls and documentation lookups.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill aws-mcp-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-mcp-setup
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/integrations/aws-common/skills/aws-mcp-setup
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill aws-mcp-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the configuration of an AWS MCP server to enable AI agents to query up-to-date AWS knowledge, APIs, and best practices.

Core Features & Use Cases

  • Supports a full AWS MCP server (Python 3.10+, uvx, AWS credentials) to execute AWS API calls and retrieve knowledge.
  • Supports an AWS Documentation MCP server (no credentials) for documentation search only.
  • Clear configuration guidance for integrating MCP servers into agent tooling (via mcpServers entries like aws-mcp or awsdocs).

Quick Start

Configure either a full AWS MCP server or an AWS Documentation MCP server and verify tool availability.

Frequently Asked Questions about aws-mcp-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an AWS MCP server to let my AI agent query AWS documentation?

To configure an AWS MCP server, add either the aws-mcp or awsdocs key under the mcpServers section of your agent's configuration, enabling your AI agent to query up-to-date AWS knowledge, APIs, and documentation.

What's the difference between a full AWS MCP server and a documentation-only setup?

A full AWS MCP server requires Python 3.10+, uvx, and AWS credentials to execute API calls and retrieve knowledge, whereas a documentation-only AWS MCP server requires no credentials and only searches AWS documentation.

Do I need AWS credentials to use an MCP server for documentation lookups?

No, you do not need AWS credentials for documentation lookups. You can configure a documentation-only AWS MCP server using the awsdocs key to search AWS best practices and documentation without authentication.

What are the prerequisites for running a full AWS MCP server for AI agents?

Running a full AWS MCP server requires Python 3.10+, the uvx package manager, and valid AWS credentials to enable your AI agent to perform AWS API calls and knowledge retrieval in development workflows.

How do I verify my AWS MCP server configuration is working with my AI agent?

After configuring the mcpServers entry with the aws-mcp or awsdocs keys, verify your AWS MCP server setup by checking tool availability within your AI agent to ensure it can successfully query AWS knowledge and APIs.