MCP Catalogs
首页

bridge4simulator vs filesystem

并排对比,帮你在这两个 MCP server 之间做选择。

bridge4simulator
by AppGram
filesystem
by modelcontextprotocol
Stars★ 81★ 85,748
30天用量
综合分4577
官方
分类
开发者工具AI / LLM 工具效率工具
本地文件系统开发者工具效率工具
实现语言TypeScript
最近提交4 个月前本月

bridge4simulator · 概述

控制 iOS 模拟器的 MCP 服务器,提供丰富的自动化工具用于测试和开发。

filesystem · 概述

功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。

bridge4simulator · 使用场景

  • 使用 AI 控制模拟器导航和交互,实现 iOS 应用程序的自动化 UI 测试
  • 构建 iOS 应用开发和测试工作流程的自动化
  • 通过控制模拟器创建应用程序如何工作的演示视频和教程

filesystem · 使用场景

  • 使 AI 模型能够读取和写入项目文件进行开发
  • 允许 Claude 或其他 MCP 客户端浏览和分析代码库
  • 为内容生成提供对特定目录的安全沙盒访问

bridge4simulator · 安装

安装

使用 Homebrew

brew tap AppGram/tap
brew install bridge4simulator

使用安装脚本

curl -fsSL https://github.com/AppGram/bridge4simulator/releases/latest/download/install.sh | bash

配置

Claude Desktop

添加到 Claude Desktop 配置文件:

{
  "mcpServers": {
    "bridge4simulator": {
      "command": "/usr/local/bin/bridge4simulator",
      "args": ["mcp", "--enable-tools=screenshot"]
    }
  }
}
Cursor/Claude Code

添加到设置中:

{
  "mcpServers": {
    "ios-simulator": {
      "command": "/usr/local/bin/bridge4simulator",
      "args": ["mcp", "--enable-tools=screenshot"]
    }
  }
}

filesystem · 安装

安装

使用 NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

使用 Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code 扩展

点击 README 中的安装按钮直接在 VS Code 中安装。

对比内容由 README + GitHub 公开数据自动生成,定期更新。