gemini-mcp-tool-windows-fixed

orzcls/gemini-mcp-tool-windows-fixed
★ 9 stars JavaScript 🤖 AI/LLM Updated 21d ago
Gemini MCP Tool - Windows Fixed Version for Trae AI and Claude Desktop
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gemini-mcp-tool-wind": {
      "command": "npx",
      "args": [
        "-y",
        "orzcls/gemini-mcp-tool-windows-fixed"
      ]
    }
  }
}