MCP Catalogs
首页

everything vs formanator

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

everything
by modelcontextprotocol
formanator
by timrogers
Stars★ 85,748★ 84
30天用量
综合分7746
官方
分类
开发者工具AI / LLM 工具其它
金融数据效率工具AI / LLM 工具
实现语言TypeScriptRust
最近提交本月本月

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

formanator · 概述

命令行工具和MCP服务器,用于提交和管理Forma福利索赔,支持收据分析。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

formanator · 使用场景

  • 批量自动提交Forma福利的支出收据
  • 通过MCP将Forma索赔管理集成到AI助手中
  • 使用LLM分析自动分类和处理收据图像

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-everything

formanator · 安装

安装

通过Homebrew安装(macOS或Linux)
brew tap timrogers/tap && brew install formanator
通过Cargo安装(macOS、Linux或Windows)
# 如果尚未安装,请先安装Rust
# https://www.rust-lang.org/tools/install
cargo install formanator
通过直接二进制下载安装
  1. 下载[最新版本](https://github.com/timrogers/formanator/releases/latest)
  2. 将二进制文件添加到您的PATH

Claude Desktop配置

{
  "mcpServers": {
    "formanator": {
      "command": "/path/to/formanator",
      "args": ["mcp"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。