Node.js/TypeScript MCP server for AWS Single Sign-On (SSO). Enables AI systems (LLMs) with tools to initiate SSO login (device auth flow), list
Aws Sso MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Node.js/TypeScript MCP server for AWS Single Sign-On (SSO). Enables AI systems (LLMs) with tools to initiate SSO login (device auth flow), list accounts/roles, and.
Transform how you manage and access your AWS infrastructure by connecting Claude, Cursor AI, and other AI assistants directly to your AWS accounts through AWS IAM Identity Center (formerly AWS SSO). Get instant access to your cloud resources, execute commands, and manage EC2 instances using natural language.
TOON (Token-Oriented Object Notation) is an output format optimized for Large Language Models: - More compact than JSON (saves tokens when sending data to AI) - Still human-readable - Automatically used when available, falls back to JSON if needed - Learn more: @toon-format/toon
Once Aws Sso is connected, these are the calls the assistant has available:
Parameters — launchBrowser (optional, boolean, default: true)Required — accountId, roleName, commandOptional — regionlogin — Authenticates via AWS SSO (--no-launch-browser). Ex: mcp-aws-sso loginstatus — Checks authentication status (no options). Ex: mcp-aws-sso statusls-accounts — Lists accounts/roles (no options). Ex: mcp-aws-sso ls-accountsexec-command — Runs AWS CLI command (--account-id, --role-name, --command, --region). Ex: mcp-aws-sso exec-command --account-id 123456789012 --role-name ReadOnlyec2-exec-command — Runs shell command on EC2 (--instance-id, --account-id, --role-name, --command, --region). Ex: mcp-aws-sso ec2-exec-command --instance-idaws_sso_login — The aws_sso_login tool exposed by this serveraws_sso_status — The aws_sso_status tool exposed by this serveraws_sso_ls_accounts — The aws_sso_ls_accounts tool exposed by this serveraws_sso_exec_command — The aws_sso_exec_command tool exposed by this serverYou will need 4 environment variables: AWS_SSO_START_URL, AWS_REGION, DEBUG, AWS_SSO_REGION. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
aws_sso_exec_command) - AWS IAM Identity Center: Configured and accessible - Operating System: macOS, Linux, or Windows@aashari/mcp-server-aws-sso on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aws Sso's toolset — Parameters, Required, Optional and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aashari; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Parameters | launchBrowser (optional, boolean, default: true) |
| Required | accountId, roleName, command |
| Optional | region |
| login | Authenticates via AWS SSO (--no-launch-browser). Ex: mcp-aws-sso login. |
| status | Checks authentication status (no options). Ex: mcp-aws-sso status. |
| ls-accounts | Lists accounts/roles (no options). Ex: mcp-aws-sso ls-accounts. |
| exec-command | Runs AWS CLI command (--account-id, --role-name, --command, --region). Ex: mcp-aws-sso exec-command --account-id 123456789012 --role-name ReadOnly --command "aws s3 ls". |
| ec2-exec-command | Runs shell command on EC2 (--instance-id, --account-id, --role-name, --command, --region). Ex: mcp-aws-sso ec2-exec-command --instance-id i-0a69e80761897dcce --account-id 123456789012 --role-name InfraOps --command "upti |
| aws_sso_login | The aws_sso_login tool exposed by this server. |
| aws_sso_status | The aws_sso_status tool exposed by this server. |
| aws_sso_ls_accounts | The aws_sso_ls_accounts tool exposed by this server. |
| aws_sso_exec_command | The aws_sso_exec_command tool exposed by this server. |
| aws_sso_ec2_exec_command | The aws_sso_ec2_exec_command tool exposed by this server. |
| Login | The Login tool exposed by this server. |
{
"mcpServers": {
"server-aws-sso": {
"command": "npx",
"args": ["-y", "@aashari/mcp-server-aws-sso"],
"env": {
"AWS_SSO_START_URL": "your-value",
"AWS_REGION": "your-value",
"DEBUG": "your-value",
"AWS_SSO_REGION": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
aws_sso_exec_command) - AWS IAM Identity Center: Configured and accessible - Operating System: macOS, Linux, or Windows| Variable | Description | Required |
|---|---|---|
| AWS_SSO_START_URL | Endpoint or connection string the server talks to. | Yes |
| AWS_REGION | Configuration value read at startup. | Optional |
| DEBUG | Configuration value read at startup. | Optional |
| AWS_SSO_REGION | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.