Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Mobile MCP Config

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.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-mobile.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mobile.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-mobile": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mobile"],
      "env": {
      "AWS_MOBILE_API_KEY": "your_aws_mobile_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-mobile.json

Environment Variables

AWS_MOBILE_API_KEY

Replace your_aws_mobile_api_key with your actual 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