mcp2cli
41 score
Discover and install skills for AI agents.
Ranked #722 out of 3124 indexed tools.Actively maintained with commits in the last week.
Signal Breakdown
Installs 4
Freshness 3d ago
Issue Health 20%
Stars 837
Platform Breadth 7 platforms
Contributors 2
Description Brief
How to Improve
Issue Health high impact
Supported Platforms
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 →