AWS Mobile Claude Desktop Config
Add the AWS Mobile 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-mobile": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-mobile"
],
"env": {
"AWS_MOBILE_API_KEY": "your_aws_mobile_api_key"
}
}
}
}Environment Variables
AWS_MOBILE_API_KEYReplace your_aws_mobile_api_key with your actual aws mobile api key
Endpoints
GET
/projectsListProjects
POST
/projectsCreateProject
DELETE
/projects/{projectId}DeleteProject
GET
/bundles/{bundleId}DescribeBundle
POST
/bundles/{bundleId}ExportBundle
GET
/project#projectIdDescribeProject
POST
/exports/{projectId}ExportProject
GET
/bundlesListBundles
POST
/update#projectIdUpdateProject