MCP Catalogs
首页

everything vs CoexistAI

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

everything
by modelcontextprotocol
CoexistAI
by SPThole
Stars★ 85,748★ 481
30天用量
综合分7751
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具开发者工具搜索
实现语言TypeScriptJupyter Notebook
最近提交本月2 个月前

everything · 概述

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

CoexistAI · 概述

模块化研究助手框架,集成了MCP服务器,支持网络搜索、YouTube、Reddit、地图和GitHub探索功能。

everything · 使用场景

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

CoexistAI · 使用场景

  • 学术论文的自动化文献综述
  • 从多个网络来源创建内容
  • 开发者的代码分析
  • 通过社交媒体平台进行市场研究
  • 基于位置的信息收集

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

CoexistAI · 安装

安装

**方法1:Docker(推荐)** 请按照 [README.docker.md](README.docker.md) 中的说明进行容器化设置。

**方法2:本地设置**

  1. 克隆仓库:git clone https://github.com/SPThole/CoexistAI.git coexistai && cd coexistai
  2. config/model_config.json 中配置模型设置
  3. 运行设置脚本:

- macOS/Linux zsh: zsh quick_setup.sh - Linux bash: bash quick_setup.sh

**Claude Desktop的MCP配置** 添加到Claude Desktop config.json:

{
  "mcpServers": {
    "coexistai": {
      "command": "python",
      "args": ["-m", "coexistai.app"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。