mcp-cli

Automate MCP server interactions from the command line to inspect and execute tools.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill mcp-cli-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-cli
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/mcp-cli
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill mcp-cli-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP-based workflows require a unified way to locate, inspect, and invoke tools across external systems from the command line, which this skill provides.

Core Features & Use Cases

  • Discover MCP servers and tools available in your environment.
  • Inspect tool parameters and schemas to understand required inputs.
  • Execute MCP tools directly from the CLI and capture structured outputs for automation.

Quick Start

Run mcp-cli to list available MCP servers and preview their tools.

Frequently Asked Questions about mcp-cli

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

FAQPage Schema
How do I run MCP servers from the command line?

You can run MCP servers from the command line using a CLI interface that automates interaction, allowing you to discover endpoints, inspect tool parameters, and execute tools with formatted arguments.

Can I inspect MCP tool JSON schemas before execution?

Yes, you can inspect MCP tool parameters and JSON schemas directly from the CLI to understand required inputs and ensure arguments are properly formatted before execution.

What is the best way to automate MCP tool discovery in scripts?

To automate MCP tool discovery in scripts, use a CLI interface to list available MCP servers and capture structured outputs, ensuring stable automation across local machines and servers.

Does the CLI support executing MCP tools with structured arguments?

Yes, the CLI supports executing MCP tools by passing properly formatted arguments, capturing structured outputs suitable for integration into automation scripts and workflows.

How do I list available MCP servers in my environment?

You can list available MCP servers in your environment by running the CLI command, which discovers endpoints and previews the tools available for interaction.

Can I use the CLI to manage MCP tools on remote servers?

Yes, the CLI can manage MCP tools on local machines, remote servers, or within automation scripts, providing a unified interface to locate, inspect, and invoke tools across systems.