AWS CLI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 23 May 2026.
Python MCP server for AWS CLI inspection and operations
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add aws-cli-mcp-server -- uvx mdev-aws-mcp-server
{
"mcpServers": {
"aws-cli-mcp-server": {
"args": [
"mdev-aws-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.aws-cli-mcp-server]
command = "uvx"
args = ["mdev-aws-mcp-server"]
{
"mcpServers": {
"aws-cli-mcp-server": {
"args": [
"mdev-aws-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"aws-cli-mcp-server": {
"args": [
"mdev-aws-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.