Back to Apps

mcp2cli
by paulinehot583
Instant CLI generation from MCP servers, OpenAPI specs, and GraphQL endpoints.
0 stars
Works in:claude
Exposes:Tools
What it does
mcp2cli allows users to transform MCP servers, OpenAPI specifications, or GraphQL endpoints into functional command-line interfaces at runtime. It eliminates the need for manual code generation or complex setup, providing a direct bridge between API capabilities and the terminal.
Tools
connect: Connect to an API server via URL.list-commands: Discover available actions supported by the connected API.help: Access usage instructions and syntax examples.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp2cli": {
"command": "python",
"args": ["-m", "mcp2cli"]
}
}
}
Supported hosts
Confirmed for Windows and general MCP-compatible clients.
Quick install
pip install mcp2cliInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mcp2cli": {
"command": "python",
"args": ["-m", "mcp2cli"]
}
}
}





