Tools
Freeby MCP Community
MCP Tools implementation for La Rebelion Labs facade pattern
v0.1.0Added Apr 12, 2026
Tools MCP Server
MCP Tools implementation for La Rebelion Labs facade pattern
Installation
Reviews
Installation
Quick install
npx -y @la-rebelion/mcp-tools
Add to claude_desktop_config.json
{
"mcpServers": {
"tools": {
"command": "npx",
"args": ["-y", "@la-rebelion/mcp-tools"]
}
}
}