mcp2cli
Turn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mcp2cli?โผ
Run `npx skills add knowsuchagency/mcp2cli --all -g -y` in your terminal to install the skill globally for your AI agent.
What does mcp2cli do?โผ
It turns any MCP server, OpenAPI spec, or GraphQL endpoint into a command-line tool at runtime, so you can discover and call API operations without writing any code.
How does mcp2cli save AI agent tokens?โผ
Instead of loading full tool schemas into every prompt, your agent calls compact CLI commands, cutting token usage by 96-99% on large APIs.
Does mcp2cli support OAuth and API keys?โผ
Yes. It handles OAuth login flows with automatic token refresh, and secrets can be read safely from environment variables or files instead of plain text.
Does mcp2cli work with Claude Code and Cursor?โผ
Yes. It ships as a standard SKILL.md skill that works with Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core