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.jsonConfiguration 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
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.jsonEnvironment 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