Labsco
MCP SERVER

iOS Development Bridge (idb)

by noahlozevski

Reach idb, the iOS Development Bridge, through one tool that takes a command and the options to run it with.

Mobile & App Store ReleaseVerified
Summary
One passthrough instead of a wrapper per command, with the trade-off that comes attached.

The whole server is that one call: the model chooses the command string and the options, and idb does the rest, which keeps the surface current with whatever version is installed rather than frozen at whatever a wrapper covered. The cost lands on the caller, who has to know idb's own syntax — there is no per-command tool to read the arguments off, and no schema narrowing what may be sent.

What it is

A single-tool bridge to idb on the local machine, passing a command and its options straight through.

What you get
  • idb takes a command and its options, so what the model can reach is whatever the installed idb itself accepts.
Requirements

idb installed on the machine the server runs on.

Setup effort

One command — npx -y @noahlozevski/mcp-idb