everything vs cc-equity-research
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | cc-equity-research by prof-little-bear | |
|---|---|---|
| Stars | ★ 85,748 | ★ 39 |
| 30天用量 | — | — |
| 综合分 | 77 | 45 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 金融数据AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | — |
| 最近提交 | 本月 | 本月 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
cc-equity-research · 概述
将 Claude Code 转化为股票研究代理,包含 24 项分析技能和统一数据 MCP。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
cc-equity-research · 使用场景
- 通过财务分析和收益评分卡进行全面的个股分析
- 通过系统性筛选和行业分析发现投资机会
- 使用投资主题跟踪和催化剂日历监控投资组合
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-everythingcc-equity-research · 安装
git clone https://github.com/prof-little-bear/cc-equity-research.git
cd cc-equity-research
claude在 Claude Code 中,运行 /mcp 检查 drillr 连接并根据提示进行身份验证。