Skip to content
MCP-Bridge
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_KEY

Example: 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/projects

ListProjects

POST/projects

CreateProject

DELETE/projects/{projectId}

DeleteProject

GET/bundles/{bundleId}

DescribeBundle

POST/bundles/{bundleId}

ExportBundle

GET/project#projectId

DescribeProject

POST/exports/{projectId}

ExportProject

GET/bundles

ListBundles

POST/update#projectId

UpdateProject