knowsuchagency/mcp2cli
Turn any MCP server or OpenAPI spec into a CLI — at runtime, with zero codegen
Overview
knowsuchagency/mcp2cli is a Python MCP server licensed under MIT. Turn any MCP server or OpenAPI spec into a CLI — at runtime, with zero codegen
Ranked #1080 out of 25632 indexed tools.
In the top 5% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python MIT
Signal Breakdown
Stars 837
Freshness 3d ago
Issue Health 20%
Contributors 2
Dependents 0
Forks 49
Description Good
License MIT
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
<p align="center"> </p> <h1 align="center">mcp2cli</h1> <p align="center"> Turn any MCP server or OpenAPI spec into a CLI — at runtime, with zero codegen.<br> <strong>Save 96–99% of the tokens wasted on tool schemas every turn.</strong><br><br> <a href="https://www.orangecountyai.com/blog/mcp2cli-one-cli-for-every-api-zero-wasted-tokens"><strong>Read the full writeup →</strong></a> </p> ## Install ```bash pip install mcp2cli # Or run directly without installing uvx mcp2cli --help ``` ## AI Agent Skill mcp2cli ships with an installable [skill](https://skills.sh) that teaches AI coding agents (Claude Code, Cursor, Codex) how to use it. Once installed, your agent can discover and call any MCP server or OpenAPI endpoint — and even generate new skills from APIs. ```bash npx skills add knowsuchagency/mcp2cli --skill mcp2cli ``` After installing, try prompts like: - `mcp2cli --mcp https://mcp.example.com/sse` — interact with an MCP server - `mcp2cli create a skill for https:Read full README on GitHub →
Are you the maintainer? Claim this listing