Skip to content

Tools

Free

by MCP Community

MCP Tools implementation for La Rebelion Labs facade pattern

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Tools MCP Server

MCP Tools implementation for La Rebelion Labs facade pattern

Installation

Reviews

Leave a Review

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"]
    }
  }
}