everything vs MCP_Server
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | MCP_Server by ThomasJanssen-tech | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30天用量 | — | — |
| 综合分 | 77 | 28 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | AI / LLM 工具网页抓取开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 10 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
MCP_Server · 概述
通过 Claude Desktop 查询 Crunchbase 公司数据的 Python MCP 服务器。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
MCP_Server · 使用场景
- 研究 Crunchbase 上的公司及其数据
- 通过公司信息分析市场趋势
- 竞争情报收集
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-everythingMCP_Server · 安装
安装
- 安装 UV
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh- 下载 Claude Desktop
从 https://claude.ai/download 下载
- 克隆仓库:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server- 添加 Bright Data API 密钥
获取 $15 Bright Data 积分: https://brdta.com/tomstechacademy 将 .env.example 重命名为 .env 并添加您的 Bright Data API 密钥
- 配置 Claude Desktop
uv run mcp install main.py使用
执行以下命令:
uv run download_data.py
uv run ingest_data.py