mcp-cli

Commands MCP server tools from the terminal with JSON arguments.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill mcp-cli-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-cli
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/mcp-cli
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill mcp-cli-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp-cli, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of discovering and calling MCP server tools from the terminal, so you can work with external systems without opening a separate client.

Core Features & Use Cases

  • Discover available MCP servers and the tools they expose.
  • Inspect tool parameters and JSON schemas before execution.
  • Call tools directly from the command line for tasks such as file access, API requests, database queries, or GitHub automation.

Quick Start

Ask the assistant to use mcp-cli to list the available servers and run the appropriate tool for the task you want completed.

Frequently Asked Questions about mcp-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call MCP server tools directly from the command line?

You can call MCP server tools from the command line by passing JSON-formatted arguments to execute filesystem access, API requests, database queries, or GitHub automation tasks via mcp-cli-compatible servers.

Can I inspect tool parameters and schemas before executing MCP server commands?

Yes, you can inspect tool parameters and JSON schemas before execution. The Skill supports discovery and schema lookup across MCP servers so you can validate inputs before running direct tool execution.

Do I need jq and mcp-cli installed to run MCP tools from the terminal?

Yes, both mcp-cli and jq are required dependencies. You need CLI access to mcp-cli-compatible servers to enable scripting and interactive workflows for discovering and calling external system tools.

What is the best way to discover available MCP servers and their exposed tools?

The best way to discover available MCP servers and their exposed tools is to ask the assistant to use mcp-cli to list available servers, then inspect the specific tool parameters and schemas for your task.

Does MCP terminal automation work for database queries and GitHub API calls?

Yes, MCP terminal automation supports database queries and GitHub API calls. You can command these tools directly from the terminal using JSON-formatted arguments without opening a separate client application.

Are there limitations when scripting MCP server workflows with JSON arguments?

MCP server workflows require strictly JSON-formatted arguments for tool execution and depend on mcp-cli-compatible servers. Complex parameter structures must match the inspected JSON schema exactly to prevent execution failures.