clawfu-skills vs everything
并排对比,帮你在这两个 MCP server 之间做选择。
clawfu-skills by guia-matthieu | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 108 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 49 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具效率工具其它 | 开发者工具AI / LLM 工具其它 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
clawfu-skills · 概述
175个专家营销方法库,通过MCP协议为AI代理提供结构化技能支持。
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
clawfu-skills · 使用场景
- 营销代理可以访问专家级文案框架用于广告创作
- 销售团队可以应用结构化的谈判技巧
- 产品经理可以实施新产品定位方法论
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
clawfu-skills · 安装
Claude Desktop / Claude Code / Copilot (MCP)
npx @clawfu/mcp-skillsCursor / Windsurf
添加到您的MCP配置中:
{
"mcpServers": {
"clawfu": {
"command": "npx",
"args": ["@clawfu/mcp-skills"]
}
}
}作为Claude Code技能目录克隆
git clone https://github.com/guia-matthieu/clawfu-skills.git
# 然后使用 --add-dir 或复制到 ~/.claude/skills/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