VS Code IDE (GitHub Copilot)
1. Login to Copilot
2. Type ">mcp" in the search bar
3. Select "MCP: Add Server…" option

4. Select “Command (stdio)” option

5. Enter MCP server name.
6. Press “Enter”
7. Fill in the required fields in the Config file.

Please kindly find the example below:
{
"servers": {
"my-mcp-server-dfb06d34": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mobitru-mcp-server@latest", "mobile"],
"env": {
"DEVICE_FARM_BASE_URL": "app.mobitru.com",
"DEVICE_FARM_BROWSER_HUB_BASE_URL": "browserhub-us.mobitru.com",
"DEVICE_FARM_API_KEY": "<ACCESS_KEY>'''
"DEVICE_FARM_SLUG": "<TEAM_CODE>'''
}
}
},
"inputs": []
}![]() | Notes: DEVICE_FARM_SLUG – your billing unit name DEVICE_FARM_API_KEY – your API key args: [“-y”, “mobitru-mcp-server@latest”, “mobile”] – for mobile MCP server args: [“-y”, “mobitru-mcp-server@latest”, “playwright”] – for cross-browser MCP server |
