CLI tool to install Heurist MCP tools into compatible clients.
npx -y heurist-mcp-cli
# or
bunx heurist-mcp-cli
# or
pnpm dlx heurist-mcp-clinpx -y heurist-mcp-cli <tool-url-or-id> <api-key> [client]<tool-url-or-id>: The full URL of the Heurist MCP tool, or just the short tool ID (e.g.,0f1234de).<api-key>: Your API key for verification.[client](optional): Specify a client (claude,windsurf,cursor,vscode,vscode-insiders). If omitted, you will be prompted to select one from the detected clients.
Example:
npx -y heurist-mcp-cli 0f1234de your_api_key_here cursornpx -y heurist-mcp-cli listLists clients where the tool can be installed.
- Claude Desktop
- Windsurf (Codeium)
- Cursor
- VS Code
- VS Code Insiders
- Clone the repo.
npm installorbun installorpnpm installnpm run startorbun run startorpnpm run start