Skip to content

Add click-to-mcp plugin: wrap any Click/typer CLI as MCP server#218

Open
Coding-Dev-Tools wants to merge 1 commit into
ccplugins:mainfrom
Coding-Dev-Tools:add-click-to-mcp
Open

Add click-to-mcp plugin: wrap any Click/typer CLI as MCP server#218
Coding-Dev-Tools wants to merge 1 commit into
ccplugins:mainfrom
Coding-Dev-Tools:add-click-to-mcp

Conversation

@Coding-Dev-Tools
Copy link
Copy Markdown

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

  • MCP Server: Directly provides MCP server functionality for Claude Code
  • DevOps use case: Teams can expose their deployment, infrastructure, and ops CLIs to AI assistants
  • Zero-config: Auto-discovers CLI commands and exposes them as MCP tools

Plugin structure

Follows the established format:

  • plugins/click-to-mcp/.claude-plugin/plugin.json — Plugin metadata with description and examples
  • plugins/click-to-mcp/agents/click-to-mcp.md — Agent instructions with usage examples
  • Listed in README under Automation DevOps section

Links

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant