Prerequisites
- VS Code 1.85+
- A 14-day free trial starts automatically, no account or credit card required
Install Mouse
From VS Code (Recommended)
- Open VS Code
- Go to Extensions (Ctrl+Shift+X on Windows, Cmd+Shift+X on Mac)
- Search for Mouse by HIC AI
- Click Install
From the Terminal
You can install Mouse directly from the command line:
code --install-extension hic-ai.mouse
This downloads and installs the latest version automatically from the VS Code Marketplace.
Post-Installation Setup
- Initialize your workspace. Open the Command Palette (Ctrl+Shift+P on Windows, Cmd+Shift+P on Mac) and select
Mouse: Initialize Workspace - Select your coding assistant. Choose your AI assistant (e.g., GitHub Copilot, Amazon Q Developer) from the dropdown list. Mouse will automatically configure the correct MCP settings.
- Refresh your editor. Open the Command Palette again and select
Developer: Reload Window, or restart your IDE. - Start using Mouse! Mouse is now ready. Your AI coding assistant will automatically have access to Mouse's precision editing tools.
Note for VS Code users with GitHub Copilot: You may need to manually start the MCP server by clicking the Start button in the MCP configuration panel. Open
.vscode/mcp.jsonin your workspace and click Start next to the Mouse server entry.