- Explore MCP Servers
- mcp-idb
Mcp Idb
What is Mcp Idb
mcp-idb is an MCP server integration for Facebook’s iOS Development Bridge (idb), enabling automated management and testing of iOS devices through the Model Context Protocol (MCP).
Use cases
Use cases for mcp-idb include automated test development, taking screenshots during tests, simulating user interactions, and managing application installations on iOS devices.
How to use
To use mcp-idb, start the server with the command ‘npx -y @noahlozevski/mcp-idb’ after ensuring that idb is installed and configured in your mcp-config.json file.
Key features
Key features of mcp-idb include automated test development, screenshot testing, automated interactions with iOS devices, and the ability to install or remove applications.
Where to use
mcp-idb can be used in mobile application development, automated testing environments, and any scenario requiring efficient management of iOS devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Idb
mcp-idb is an MCP server integration for Facebook’s iOS Development Bridge (idb), enabling automated management and testing of iOS devices through the Model Context Protocol (MCP).
Use cases
Use cases for mcp-idb include automated test development, taking screenshots during tests, simulating user interactions, and managing application installations on iOS devices.
How to use
To use mcp-idb, start the server with the command ‘npx -y @noahlozevski/mcp-idb’ after ensuring that idb is installed and configured in your mcp-config.json file.
Key features
Key features of mcp-idb include automated test development, screenshot testing, automated interactions with iOS devices, and the ability to install or remove applications.
Where to use
mcp-idb can be used in mobile application development, automated testing environments, and any scenario requiring efficient management of iOS devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp-idb
MCP server integration for Facebook’s iOS Development Bridge (idb).
Overview
This package provides integration between MCP (Model Context Protocol) and Facebook’s idb (iOS Development Bridge), enabling automated iOS device management and test execution through MCP.
Start the server:
npx -y @noahlozevski/mcp-idb
Prerequisites
Installing idb
To install idb:
brew tap facebook/fb
brew install idb-companion
# verify installation
idb
For more details, visit the official idb GitHub repository.
Configuration
mcp-config.json Setup
To use idb in your MCP configuration, add the following to your mcp-config.json:
{
"mcpServers": {
"idb": {
"command": "npx",
"args": [
"-y",
"@noahlozevski/idb"
]
}
}
}
Example use cases include:
- Automated test development
- Screenshot testing
- Automated interactions (“tap the home button on the screen”)
- Installing / removing applications
Development
Code Formatting
This project uses Prettier for code formatting. To format your code:
npm run format # Format all files
The formatting configuration can be found in .prettierrc at the root of the project.
Troubleshooting
Common issues and solutions:
- idb companion not found: Ensure idb-companion is installed via Homebrew
- Device not detected: Make sure the iOS device is:
- Connected via USB
- Trusted on the computer
- Has developer mode enabled
Contributing
Please follow the standard MCP contribution guidelines when making changes to this package.
License
This project is part of Mobile Control Plane (MCP) and follows Amazon’s internal licensing policies.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










