clawfu-skills vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
clawfu-skills by guia-matthieu | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 108 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityOther | File SystemDeveloper ToolsProductivity |
| 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.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
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
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
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/filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.