MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Mcp Idb
Mcp Idb

Mcp Idb

作成者 noahlozevski•3 days ago
サイトを訪問する

MCP server for fb-idb bridge.

Automation & Scripting
serverfb-idbbridge.

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

  • idb (iOS Development Bridge)

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:

  1. idb companion not found: Ensure idb-companion is installed via Homebrew
  2. 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.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Mcp Server Diff Python

Mcp Server Diff Python

Mcp Server Bluesky

Mcp Server Bluesky

MCP server for interacting with Bluesky

Mcp

Mcp

The registry mcp server updates your resume while you code

もっと見る → →

詳細

作成日

June 17, 2025

最終更新日

June 17, 2025

カテゴリー

Automation & Scripting

作成者

noahlozevski

シェアする

もっと見る

Resend Mcp

Resend Mcp

A MCP server for Resend API. Let LLMs compose and send emails for you.

Terraform Mcp Server

Terraform Mcp Server

Terraform Registry MCP Server

Mcp Llm

Mcp Llm

An MCP server that provides LLMs access to other LLMs

Mcp Codex Keeper

Mcp Codex Keeper

An intelligent MCP server that serves as a guardian of development knowledge, providing Cline assistants with curated access to latest documentation and best practices across the software development landscape