
Cli Builder Ai Mcp
- Updated June 15, 2026
- CSOAI-ORG/cli-builder-ai-mcp
cli-builder-ai-mcp is a MCP server that exposes MEOK AI Labs CLI-builder tools to your agent over stdio PyPI transport.
About
cli-developer-ai-mcp is a Model Context Protocol server from MEOK AI Labs that connects AI coding assistants to CLI construction workflows. Developers who ship command-line utilities, internal tools, or agent-adjacent CLIs can register it over stdio so the model can drive repetitive scaffolding, dependency choices, and packaging steps from one conversation instead of context-switching to templates and docs. The catalog entry reflects PyPI distribution at version 1.0.4 with a GitHub repository under CSOAI-ORG, which fits the Skillselion build journey where agent-tooling reduces friction between idea and runnable binary. It is an integration layer, not a replacement for your own CLI design decisions or security review before ship. Install when you already use MCP-capable hosts and want developer-focused tool calls rather than copying starter repos by hand.
- stdio MCP server v1.0.4 installable from PyPI as cli-builder-ai-mcp
- Published by MEOK AI Labs under CSOAI-ORG with GitHub source repo
- Model Context Protocol 2025-12-11 server schema compliant package manifest
- Targets solo builders shipping terminal tools alongside Claude Code, Cursor, or Codex
- Python package transport keeps local agent configs simple without a remote HTTP bridge
Cli Builder Ai Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add cli-builder-ai-mcp -- uvx cli-builder-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | cli-builder-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/cli-builder-ai-mcp ↗ |
What it does
Wire an MCP stdio server so your coding agent can scaffold and iterate on CLI projects from the chat instead of hand-rolling argparse and packaging boilerplate.
Who is it for?
Best when you're building Python-based CLIs with Claude Code, Cursor, or Codex and a local MCP config.
Skip if: Skip if you need a hosted HTTP MCP, non-Python stacks only, or a finished CLI product with no agent in the loop.
What you get
After you register the stdio server, your agent can invoke packaged CLI-builder MCP tools while you stay in the editor.
- Registered stdio MCP server entry for CLI-builder workflows
- Agent-callable tools from the MEOK AI Labs cli-builder-ai-mcp package
- Local dev loop for CLI projects without leaving the agent chat
By the numbers
- Server version 1.0.4
- Transport type stdio
- Registry type PyPI identifier cli-builder-ai-mcp
README.md
Cli Builder Ai MCP
Cli Builder MCP — automation tooling for cli builder
Cli Builder MCP — automation tooling for cli builder. MIT.
🚀 Quick Start
# Install via pip
pip install cli_builder_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install cli-builder-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"cli-builder-ai-mcp": {
"command": "uvx",
"args": ["cli-builder-ai-mcp"]
}
}
}
Or: pip install cli-builder-ai-mcp then run the cli-builder-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
generate_argparseto …" - "Use
generate_clickto …" - "Use
parse_help_textto …"
See also
MEOK compliance MCP fleet:
ci-cd-generator-ai-mcp, linkedin-outreach-mcp, lorem-ipsum-ai-mcp, otp-ai-mcp, recruitment-ai-mcp
Recommended MCP Servers
How it compares
MCP integration for CLI scaffolding, not a standalone Claude Code skill markdown pack.
FAQ
Who is cli-builder-ai-mcp for?
Developers and small teams who want their AI coding agent to help create and refine command-line tools via Model Context Protocol.
When should I use cli-builder-ai-mcp?
Use it during the build phase when you are implementing a CLI and want stdio MCP tools instead of manual copy-paste from templates.
How do I add cli-builder-ai-mcp to my agent?
Install the PyPI package cli-developer-ai-mcp at 1.0.4, add a stdio MCP server entry pointing at that package, and restart Claude Code, Cursor, or your MCP host.