What problem does it solve?
This Skill removes the friction of discovering, inspecting, and calling MCP server tools by giving you a single command-line interface for end-to-end MCP interactions.
Core Features & Use Cases
- MCP server and tool discovery: list available MCP servers and tool names to quickly understand what integrations are available.
- Tool introspection with JSON schemas: retrieve full JSON input schemas for specific server/tool pairs before you call them.
- Tool execution from the command line: invoke tools by passing JSON arguments and optionally return JSON or raw content.
- Use case example: when you need to read a repository file via an MCP filesystem tool, discover the tool, fetch its input schema, then execute it with the correct JSON payload to retrieve file contents.
Quick Start
Run mcp-cli filesystem/read_file with the JSON arguments for your target path to fetch the tool output directly from your terminal.