everything vs Pepper
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | Pepper by skwallace36 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 88 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 开发者工具AI / LLM 工具可观测性 |
| 实现语言 | TypeScript | Swift |
| 最近提交 | 本月 | 1 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
Pepper · 概述
Pepper 是一个 iOS 动态库 MCP 服务器,让 AI 代理在 iOS 模拟器应用中拥有视觉和交互能力。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
Pepper · 使用场景
- iOS 应用的自动化 UI 测试和验证
- 无需源代码即可调试布局问题和视觉缺陷
- 分析 iOS 应用中的性能瓶颈和内存泄漏
everything · 安装
NPX(推荐)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}Windows 用户请使用 cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}全局安装
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingPepper · 安装
安装
pip
pip install pepper-iosHomebrew
brew install --HEAD skwallace36/pepper/pepper
tap: skwallace36/homebrew-pepper使用方法
pepper-ctl deploy # 注入到前台运行的模拟器应用
pepper-ctl look # 查看屏幕内容Claude Desktop 配置
{
"mcpServers": {
"pepper": {
"command": "pepper-mcp"
}
}
}