MCP Cli Catalog MCP Server

An MCP server that publishes CLI tools on your machine for discoverability by LLMs

Local serverstdio

What is the MCP Cli Catalog MCP server?

If you already use MCP Cli Catalog, the mcp cli catalog mcp server is the piece that lets your assistant work with it directly. An MCP server that publishes CLI tools on your machine for discoverability by LLMs.

What the server does

An MCP server that publishes the CLI tools on your machine. Coding agents already have shell access and are great at generating complex commands with pipes and filters. This just tells them what's available so they can use MCP tools more efficiently.

  • LLM coding agents can effectively chain shell commands with pipes to filter and reshape complex data
  • Declaring CLI tools as MCP tools makes them discoverable to the LLM

Installation

The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by abcpro1; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP Cli Catalog's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the MCP Cli Catalog MCP server

{
  "mcpServers": {
    "cli-catalog": {
      "command": "npx",
      "args": ["mcp-cli-catalog"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects MCP Cli Catalog to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Cli Catalog directly.