cli2mcp

Divisionmatriarchate225/cli2mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Convert any CLI tool into an MCP server by parsing help documentation to generate JSON Schemas automatically.
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": {
    "cli2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Divisionmatriarchate225/cli2mcp"
      ]
    }
  }
}

README Excerpt

cli2mcp lets you use your favorite command line programs inside AI chat tools. Many people use AI helpers like Claude, ChatGPT, or Cursor to write code or analyze files. These AI tools work better when they can talk to the software you already have on your computer. Usually, setting up this connection requires custom coding. cli2mcp removes that work. It reads your tool's help menu, understands how it works, and opens a bridge to your AI assistant. You can then ask your AI to perform tasks using

Topics

ai-toolsanthropicchatgptclaudeclaude-desktopcliclinecursordeveloper-toolsgeminillmmcpmcp-servermodel-context-protocolnodejs