Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Device Farm MCP Server

The AWS Device Farm API is a cloud-based service provided by Amazon Web Services that enables developers and QA teams to perform comprehensive, scalable, and reliable testing of web and mobile applications across a vast, managed fleet of physical devices and desktop browsers.

Quick Start Summary

The AWS Device Farm MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Device Farm API through natural language. It exposes 10 API endpoints as callable tools, such as CreateDevicePool, CreateInstanceProfile, CreateNetworkProfile, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-devicefarm. This integration is sourced from the auto AWS Device Farm OpenAPI specification (v2015-06-23) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2015-06-23
Install Command
npx -y @mcp/amazonaws-com-devicefarm

Environment Variables

AWS_DEVICE_FARM_API_KEY

Example: your_aws_device_farm_api_key

Top 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

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The AWS Device Farm API is a cloud-based service provided by Amazon Web Services that enables developers and QA teams to perform comprehensive, scalable, and reliable testing of web and mobile applications across a vast, managed fleet of physical devices and desktop browsers. At its core, the API offers programmatic control over the entire Device Farm lifecycle, including the creation and management of projects, test environments, and device pools. For mobile applications, it provides real-device testing for Android and iOS, while for web applications, it facilitates cross-browser testing on desktop environments via Selenium grids (TestGrid). This allows enterprises to validate application functionality, performance, and user experience across diverse real-world hardware and software combinations without maintaining their own physical device labs. Typical use cases include automated regression testing for mobile app updates, ensuring web compatibility across major browsers, conducting crowdtesting simulations, and performing performance and usability analysis on a spectrum of target devices and OS versions.
🤖AI Agent Value
When exposed as tools to an AI coding assistant via the Model Context Protocol (MCP), the AWS Device Farm API gains significant new utility. The AI agent can act as a dynamic orchestrator, translating high-level developer intentions into precise API operations. For instance, instead of manually scripting infrastructure, a developer can instruct the AI to "provision a new project for the Android banking app, create a device pool with the latest 5 Pixel and 5 Samsung Galaxy devices, and upload the latest APK build." The AI would sequentially invoke the CreateProject, CreateDevicePool, and CreateUpload endpoints, providing the necessary parameters. This transforms the AI from a code generator into an active participant in the development workflow, capable of managing cloud testing infrastructure, querying historical test results to identify failing device-OS combinations, and even generating post-test reports or optimizing device pool configurations based on cost and coverage data.
💬Example Workflows
In a practical workflow, an AI agent equipped with MCP tools for Device Farm can execute a variety of dynamic tasks. A developer could request, "Analyze the last week's test runs for the iOS shopping app and list any failures specific to iOS 16." The agent would use the API to list projects, filter recent runs, retrieve their event logs or results, and synthesize a summary. It could automate routine updates, such as "Delete the outdated device pool 'legacy-android' and update the main test suite to target the new 'premium-android' pool." For web testing, an instruction like "Create a TestGrid project for the new React dashboard, generate a secure session URL, and integrate the connection details into our CI pipeline's environment variables" would involve sequential calls to CreateTestGridProject and CreateTestGridUrl, followed by outputting the required configuration. This capability turns the AI into a proactive collaborator for managing test environments, diagnosing cross-platform issues, and streamlining the integration of cloud-based testing into broader development and DevOps processes.
🛡️Security & Auth
Crucially, while the provided endpoints may not require explicit authentication headers in their specification, interacting with the AWS Device Farm API in practice absolutely mandates secure, authenticated access via AWS credentials. Developers must adhere to the principle of least privilege by creating a dedicated IAM (Identity and Access Management) user or role with a policy that grants only the specific Device Farm actions required for the intended task (e.g., devicefarm:CreateProject, devicefarm:ListUploads). Authentication is handled through standard AWS Signature Version 4 (SigV4) signing, using access keys or, preferably, temporary credentials from an IAM role when running from an EC2 instance or AWS Lambda. Security best practices further include isolating the API traffic within a Virtual Private Cloud (VPC) endpoint where possible, encrypting sensitive test artifacts and APK/IPA files at rest within Device Farm, and regularly rotating access keys. Any MCP server integration should securely manage these credentials, ideally by leveraging the environment's AWS credential chain rather than hardcoding secrets, ensuring that the AI agent operates with authorized, scoped permissions to protect both test infrastructure and sensitive application code.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →