everything vs selene
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | selene by tercumantanumut | |
|---|---|---|
| Stars | ★ 85,748 | ★ 166 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | AI / LLM 工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
selene · 概述
Selene 是一个 AI 智能体桌面应用,集成了 MCP 工具支持与 WhatsApp、Telegram、Slack 和 Discord 连接。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
selene · 使用场景
- 通过 MCP 构建连接消息平台的个人助理
- 使用 MCP 工具通过 AI 智能体自动化浏览器任务
- 在多个通信渠道间创建自定义工作流程
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-everythingselene · 安装
从 [发布页面](https://github.com/tercumantanumut/selene/releases) 下载并安装 Selene
在 Selene 中使用 MCP:
- 启动 Selene 并进入设置
- 导航到 MCP 部分
- 通过添加定义来配置 MCP 服务器
示例 Claude Desktop 配置(如果适用):
{
"mcpServers": {
"selene": {
"command": "selene 路径",
"args": ["--mcp"]
}
}
}