Back to Apps

AWS MCP Server
Supports UIby alexei-led
Execute AWS CLI commands directly through AI assistants via the Model Context Protocol.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server provides a bridge between AI assistants and the AWS CLI. Instead of implementing each AWS API individually, it wraps the CLI, allowing the AI to interact with over 200 AWS services using standard command-line tools.
Tools
aws_cli_help: Retrieves documentation for any AWS command to help the AI learn how to use specific services.aws_cli_pipeline: Executes AWS CLI commands with support for shell-like pipes such asjqandgrepfor data filtering.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": ["aws-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add the server to your MCP settings using command: uvx, args: ["aws-mcp"]Claude Desktop
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": ["aws-mcp"]
}
}
}





