AWS CLI MCP Server for Claude Desktop
io.github.musaddiq-dev/aws-cli-mcp-server
Python MCP server for AWS CLI inspection and operations
client:Claude Desktop
transport:stdio
runtime:pypi
Install AWS CLI MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aws-cli-mcp-server": {
"command": "uvx",
"args": [
"mdev-aws-mcp-server"
],
"env": {
"AWS_REGION": "<AWS_REGION>",
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_MCP_WORKING_DIR": "<AWS_MCP_WORKING_DIR>",
"AWS_MCP_REQUIRE_CONFIRMATION": "<AWS_MCP_REQUIRE_CONFIRMATION>",
"AWS_MCP_LOG_LEVEL": "<AWS_MCP_LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs