OpenCliToMcpTool

endjin/OpenCliToMcpTool
★ 6 stars C# 💻 Code/Dev Tools Updated 7d ago
A proof of concept source generator which converts an OpenCli Specification to an MCP Tool
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": {
    "openclitomcptool": {
      "command": "npx",
      "args": [
        "-y",
        "endjin/OpenCliToMcpTool"
      ]
    }
  }
}