Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Device Farm MCP Config

<p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p> <ul> <li> <p>Testing on desktop browsers</p> <p> Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for desktop browser testing contain <code>TestGrid</code

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-devicefarm": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-devicefarm"],
      "env": {
      "AWS_DEVICE_FARM_API_KEY": "your_aws_device_farm_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-devicefarm.json

Environment Variables

AWS_DEVICE_FARM_API_KEY

Replace your_aws_device_farm_api_key with your actual aws device farm api key

Endpoints

POST/#X-Amz-Target=DeviceFarm_20150623.CreateDevicePool

CreateDevicePool

POST/#X-Amz-Target=DeviceFarm_20150623.CreateInstanceProfile

CreateInstanceProfile

POST/#X-Amz-Target=DeviceFarm_20150623.CreateNetworkProfile

CreateNetworkProfile

POST/#X-Amz-Target=DeviceFarm_20150623.CreateProject

CreateProject

POST/#X-Amz-Target=DeviceFarm_20150623.CreateRemoteAccessSession

CreateRemoteAccessSession

POST/#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject

CreateTestGridProject

POST/#X-Amz-Target=DeviceFarm_20150623.CreateTestGridUrl

CreateTestGridUrl

POST/#X-Amz-Target=DeviceFarm_20150623.CreateUpload

CreateUpload

POST/#X-Amz-Target=DeviceFarm_20150623.CreateVPCEConfiguration

CreateVPCEConfiguration

POST/#X-Amz-Target=DeviceFarm_20150623.DeleteDevicePool

DeleteDevicePool