You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcp2cli turns any MCP server into a native command-line application. Server tools become verbs, resources become nouns, prompts become workflows — no MCP protocol knowledge required at the command line.
# One binary. Any server. Real CLI commands.localecho --message hello
email send --to user@example.com --body "Meeting at 3"
email get mail://inbox
staging deploy --version 2.1.0 --background
Why mcp2cli?
Problem
mcp2cli Solution
MCP requires JSON-RPC plumbing to interact with servers
Auto-discovers capabilities → typed CLI commands
Testing MCP servers needs custom client code
mcp2cli ls, mcp2cli echo --message test — instant validation
AI agents can't easily call MCP tools
JSON output mode + structured envelopes for programmatic parsing
Each server needs its own CLI wrapper
One binary + config files = unlimited server bindings