claude-tools

wren-creator/claude-tools
★ 0 stars Python Code/Dev Tools Updated today
Local MCP servers that give Claude Code access to other tools mid-session
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-tools": {
      "command": "uvx",
      "args": [
        "claude-tools"
      ]
    }
  }
}

Or install with pip: pip install claude-tools

README Excerpt

Local MCP servers that give Claude Code access to other tools mid-session. Exposes two tools backed by the [Gemini CLI](https://google-gemini.github.io/gemini-cli/): - `ask_gemini(prompt, context="")` — ask Gemini a question, e.g. for a second opinion on an approach. - `review_diff(repo_path, instructions="")` — runs `git diff` in `repo_path`