MCP.so
登录

mcp-idb

@noahlozevski

关于 mcp-idb

MCP server for fb-idb bridge.

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

noahlozevski

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-idb": {
      "command": "npx",
      "args": [
        "-y",
        "@noahlozevski/mcp-idb"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-idb?

mcp-idb is an MCP server that integrates the Model Context Protocol with Facebook’s iOS Development Bridge (idb), enabling automated iOS device management and test execution through MCP.

How to use mcp-idb?

Install idb-companion via Homebrew (brew tap facebook/fb then brew install idb-companion). Start the server with npx -y @noahlozevski/mcp-idb, or add it to your mcp-config.json as shown in the README to use it with MCP clients.

Key features of mcp-idb

  • Integrates MCP with Facebook’s iOS Development Bridge (idb)
  • Enables automated test execution via MCP
  • Supports screenshot testing
  • Allows automated iOS device interactions
  • Manages app installation and removal
  • Operates over command-line interface (npx)

Use cases of mcp-idb

  • Automated test development and execution on iOS devices
  • Screenshot testing for visual regression checks
  • Automated UI interactions (e.g., tapping home button)
  • Installing and removing applications programmatically

FAQ from mcp-idb

What are the prerequisites for using mcp-idb?

You must have idb (iOS Development Bridge) installed. The README recommends installing via Homebrew: brew tap facebook/fb && brew install idb-companion.

I get “idb companion not found”. What should I do?

Ensure idb-companion is installed via Homebrew. Verify by running idb in your terminal.

My iOS device is not detected. How can I fix it?

Make sure the device is connected via USB, trusted on the computer, and has developer mode enabled.

评论

其他 分类下的更多 MCP 服务器