
MCP server for fb-idb bridge.
MCP server for fb-idb bridge.
MCP server integration for Facebook's iOS Development Bridge (idb).
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-idbTo install idb:
brew tap facebook/fb
brew install idb-companion
# verify installation
idbFor more details, visit the official idb GitHub repository.
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:
This project uses Prettier for code formatting. To format your code:
npm run format # Format all filesThe formatting configuration can be found in .prettierrc at the root of the project.
Common issues and solutions:
Please follow the standard MCP contribution guidelines when making changes to this package.
This project is part of Mobile Control Plane (MCP) and follows Amazon's internal licensing policies.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add idb -- npx -y @noahlozevski/idb{
"mcpServers": {
"idb": {
"args": [
"-y",
"@noahlozevski/idb"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"idb","args":["-y","@noahlozevski/idb"],"command":"npx"}'[mcp_servers.idb]
command = "npx"
args = ["-y", "@noahlozevski/idb"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mcp-idb to learn what the "Mcp Idb" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx -y @noahlozevski/mcp-idbThis server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mcp-idb)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mcp-idb" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.