AWS CLI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from pypi. Last commit 23 May 2026.
Python MCP server for AWS CLI inspection and operations
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
This one needs environment variables set before it will start:
AWS_REGION (Default AWS region), AWS_PROFILE (AWS credentials profile), AWS_MCP_WORKING_DIR (Working directory for file operations), AWS_MCP_REQUIRE_CONFIRMATION (Emit warnings for destructive-looking operations), AWS_MCP_LOG_LEVEL (Application log level).
The author declared them in the registry entry; get the values from the project itself.
Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.
MCP server for Azure API integration
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
Model Context Protocol (MCP) server for DeployHQ API integration
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.
Answers built from our own checks of this server.