MCP Catalogs
首页

idea-reality-mcp vs everything

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

idea-reality-mcp
by mnemox-ai
everything
by modelcontextprotocol
Stars★ 691★ 85,748
30天用量
综合分5377
官方
分类
开发者工具AI / LLM 工具效率工具
开发者工具AI / LLM 工具其它
实现语言PythonTypeScript
最近提交1 个月前本月

idea-reality-mcp · 概述

一个扫描 GitHub、HN、npm、PyPI、Product Hunt 来检查应用想法是否已存在的 MCP 服务器。

everything · 概述

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

idea-reality-mcp · 使用场景

  • 开始新项目前,检查是否存在相似解决方案
  • 评估创业想法的市场竞争
  • 根据现有竞争获得 AI 生成的改进建议

everything · 使用场景

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

idea-reality-mcp · 安装

安装

使用 uvx 快速安装:

uvx idea-reality-mcp

添加到 Claude Desktop:

{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": ["idea-reality-mcp"]
    }
  }
}

引导式设置:

idea-reality setup

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
对比内容由 README + GitHub 公开数据自动生成,定期更新。