cli-builder-ai-mcp
v1.0.0
Published
Cli Builder Ai automation via MCP. Includes generate argparse, generate click, parse help text. By MEOK AI Labs.
Maintainers
Readme
CLI Builder AI MCP Server
By MEOK AI Labs — Generate CLI tool boilerplate (argparse, Click) and parse help text
Installation
pip install cli-builder-ai-mcpUsage
python server.pyTools
generate_argparse
Generate Python argparse CLI boilerplate code with arguments and subcommands.
Parameters:
program_name(str): CLI program namedescription(str): Program descriptionarguments(list[dict]): Arguments with keys: name, type, help, required, default, choicessubcommands(list[dict]): Optional subcommands
generate_click
Generate Python Click CLI boilerplate code with command groups and options.
Parameters:
program_name(str): CLI program namedescription(str): Program descriptioncommands(list[dict]): Commands with keys: name, help, options
parse_help_text
Parse CLI help text output into structured command/option data.
Parameters:
help_text(str): CLI help text output (from --help)
generate_manpage
Generate a man page in troff format with options, examples, and author info.
Parameters:
program_name(str): Program namedescription(str): Program descriptionversion(str): Version stringsynopsis(str): Usage synopsis lineoptions(list[dict]): Options with keys: flag, descriptionexamples(list[dict]): Examples with keys: command, descriptionauthor(str): Author name
Authentication
Free tier: 50 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
