mcp-cli
SKILL.md
MCP-CLI
Access MCP servers through the command line. MCP enables interaction with external systems like GitHub, filesystems, databases, and APIs.
Commands
| Command | Output |
|---|---|
mcp-cli |
List all servers and tools |
mcp-cli info <server> |
Show server tools and parameters |
mcp-cli info <server> <tool> |
Get tool JSON schema |
mcp-cli grep "<pattern>" |
Search tools by name |
mcp-cli call <server> <tool> |
Call tool (reads JSON from stdin if no args) |
mcp-cli call <server> <tool> '<json>' |
Call tool with arguments |
Both formats work: <server> <tool> or <server>/<tool>