Cloud InfrastructureAuto-generated
AWS Mobile MCP Server
AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-mobile
Environment Variables
AWS_MOBILE_API_KEYExample: your_aws_mobile_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-mobile": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-mobile"],
"env": {
"AWS_MOBILE_API_KEY": "your_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