Add click-to-mcp plugin: wrap any Click/typer CLI as MCP server#218
Open
Coding-Dev-Tools wants to merge 1 commit into
Open
Add click-to-mcp plugin: wrap any Click/typer CLI as MCP server#218Coding-Dev-Tools wants to merge 1 commit into
Coding-Dev-Tools wants to merge 1 commit into
Conversation
click-to-mcp automatically wraps any Click/typer CLI application into a Model Context Protocol server, making CLI tools accessible to Claude Code and other AI agents without manual integration. Fits naturally in the Automation DevOps section alongside deployment and infrastructure plugins.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
click-to-mcp — Auto-wrap CLIs as MCP Servers
This plugin adds click-to-mcp to the Automation DevOps section.
What it does
click-to-mcp automatically wraps any Click or typer CLI application into a Model Context Protocol (MCP) server. This makes CLI tools accessible to Claude Code and other AI agents through the standardized protocol — no manual integration needed.
Why it fits this list
Plugin structure
Follows the established format:
plugins/click-to-mcp/.claude-plugin/plugin.json— Plugin metadata with description and examplesplugins/click-to-mcp/agents/click-to-mcp.md— Agent instructions with usage examplesLinks
pip install click-to-mcporbrew tap Coding-Dev-Tools/tap && brew install click-to-mcp