click-mcp

crowecawcaw/click-mcp
★ 14 stars Python Code/Dev Tools Updated today
Turn click CLIs into MCP servers with one line of code
View on GitHub → Try with Claude — $10 free →

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-mcp": {
      "command": "uvx",
      "args": [
        "click-mcp"
      ]
    }
  }
}

Or install with pip: pip install click-mcp

README Excerpt

A Python library that extends Click applications with Model Context Protocol (MCP) support, allowing AI agents to interact with CLI tools. `click-mcp` provides a simple decorator that converts Click commands into MCP tools. This enables AI agents to discover and interact with your CLI applications programmatically.

Tools (1)

greet