Skip to content
VS Code

AWS MCP Server for VS Code

io.github.aws/aws-mcp

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

client:VS Code transport:stdio runtime:pypi

Install AWS MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "aws-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AWS MCP Server in other clients