click-to-mcp

Coding-Dev-Tools/click-to-mcp
★ 4 stars Python AI/LLM Updated 10d ago
Wrap any Click or Typer CLI as an MCP server for AI agent integration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "click-to-mcp": {
      "command": "uvx",
      "args": [
        "click-to-mcp"
      ]
    }
  }
}

Or install with pip: pip install click-to-mcp

README Excerpt

<!-- mcp-name: io.github.coding-dev-tools/click-to-mcp --> Auto-wrap any [Click](https://click.palletsprojects.com/)/[typer](https://typer.tiangolo.com/) CLI as an [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server. > ⭐ **Star this repo** if you build CLI tools — it helps other devs discover click-to-mcp!

Topics

agentagent-toolsai-agentai-toolsclicli-wrapperclickdeveloper-toolsdevforgefastapifastmcpllmllm-toolsmcpmcp-cli