AWS Security Token Service Claude Desktop Config
Add the AWS Security Token Service MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-sts": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-sts"
],
"env": {
"AWS_SECURITY_TOKEN_SERVICE_API_KEY": "your_aws_security_token_service_api_key"
}
}
}
}Environment Variables
AWS_SECURITY_TOKEN_SERVICE_API_KEYReplace your_aws_security_token_service_api_key with your actual aws security token service api key
Endpoints
GET
/#Action=AssumeRoleGET_AssumeRole
POST
/#Action=AssumeRolePOST_AssumeRole
GET
/#Action=AssumeRoleWithSAMLGET_AssumeRoleWithSAML
POST
/#Action=AssumeRoleWithSAMLPOST_AssumeRoleWithSAML
GET
/#Action=AssumeRoleWithWebIdentityGET_AssumeRoleWithWebIdentity
POST
/#Action=AssumeRoleWithWebIdentityPOST_AssumeRoleWithWebIdentity
GET
/#Action=DecodeAuthorizationMessageGET_DecodeAuthorizationMessage
POST
/#Action=DecodeAuthorizationMessagePOST_DecodeAuthorizationMessage
GET
/#Action=GetAccessKeyInfoGET_GetAccessKeyInfo
POST
/#Action=GetAccessKeyInfoPOST_GetAccessKeyInfo