Heurist MCP Installer

by heurist-network

5 stars
226 downloads
Not rated
GitHub Website

About

CLI utillity to install Server Side Events based MCP tools by heurist.ai to various clients.

Details

Author
heurist-network
GitHub stars
5
Downloads
226
Categories
Developer Tools

- Installs Heurist MCP tools into multiple supported clients
- Works with both full tool URLs and short tool IDs
- Optional client auto‑detection with prompting
- Built for Claude Desktop, Windsurf, Cursor, VS Code, VS Code Insiders
- Installable via npm, bun, or pnpm

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Heurist MCP Installer
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

What arguments are required to install a tool?

You need a tool URL or short ID (e.g., 0f1234de) and an API key for verification. The client is optional; if omitted you will be prompted.

Which clients are supported?

Claude Desktop, Windsurf (Codeium), Cursor, VS Code, and VS Code Insiders.

How do I list detected clients on my machine?

Run npx -y heurist-mcp-cli list. It will show clients where the tool can be installed.

Can I use a different package manager to run the CLI?

Yes. Use bunx heurist-mcp-cli or pnpm dlx heurist-mcp-cli instead of npx.

Do I need to specify a client every time?

No. If you omit the [client] argument, the installer will prompt you to select one from the clients it detects.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "heurist mcp installer": {
            "mcp-cli-heurist-network": {
                "command": "npx",
                "args": [
                    "-y",
                    "heurist-mcp-cli"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-cli-heurist-network": {
        "command": "npx",
        "args": [
            "-y",
            "heurist-mcp-cli"
        ]
    }
}

Heurist MCP Installer

CLI tool to install Heurist MCP tools into compatible clients.

Installation

```bash
npx -y heurist-mcp-cli

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.