loading…
Search for a command to run...
loading…
CLI Builder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
CLI Builder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
CLI Builder AI MCP Server CLI tool generation and parsing utilities powered by MEOK AI Labs.
| Tool | Description |
|---|---|
generate_argparse |
Generate Python argparse CLI boilerplate code. |
generate_click |
Generate Python Click CLI boilerplate code. |
parse_help_text |
Parse CLI help text output into structured command/option data. |
generate_manpage |
Generate a man page in troff format. |
pip install meok-cli-builder-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"cli-builder-ai": {
"command": "python",
"args": ["-m", "meok_cli_builder_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cli-builder-ai-mcp": {
"command": "npx",
"args": []
}
}
}