clawfu-skills vs everything
Side-by-side comparison to help you pick between these two MCP servers.
clawfu-skills by guia-matthieu | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 108 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityOther | Developer ToolsAI / LLM ToolsOther |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
clawfu-skills · Summary
A curated library of 175 expert marketing methodologies for AI agents, accessible via MCP.
everything · Summary
Official MCP test server exercising all protocol features for client builders.
clawfu-skills · Use cases
- Marketing agents can access expert-level copywriting frameworks for ad creation
- Sales teams can apply negotiation techniques using structured skill prompts
- Product managers can implement positioning methodologies for new products
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
clawfu-skills · Install
Claude Desktop / Claude Code / Copilot (MCP)
npx @clawfu/mcp-skillsCursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"clawfu": {
"command": "npx",
"args": ["@clawfu/mcp-skills"]
}
}
}Clone as Claude Code skills directory
git clone https://github.com/guia-matthieu/clawfu-skills.git
# Then use --add-dir or copy to ~/.claude/skills/everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything