mcp-cli

Discover MCP servers, inspect tool schemas, and execute tools with JSON arguments.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkglow-net/github-copilot-kickstarter --skill mcp-cli-darkglow-net
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-cli
Source: https://github.com/darkglow-net/github-copilot-kickstarter/tree/main/skills/mcp-cli
Command: npx skills add https://github.com/darkglow-net/github-copilot-kickstarter --skill mcp-cli-darkglow-net

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with external tools, APIs, and data sources often requires switching between tools and UIs. This skill provides a compact CLI to discover MCP servers, inspect available tools, and perform executions with structured inputs from the terminal.

Core Features & Use Cases

  • Discover MCP servers and their exposed tools from the command line.
  • Inspect a tool's input schema and execute it with JSON arguments for automation.
  • Integrate MCP tooling into CI/CD pipelines and local development workflows.

Quick Start

Run mcp-cli to list MCP servers, inspect a tool, and execute it with a JSON payload.

Frequently Asked Questions about mcp-cli

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

FAQPage Schema
How do I discover and list available MCP servers from the command line?

You can discover and list available MCP servers directly from the command line by running the CLI, which locates registered servers and their exposed tools for terminal-based automation workflows.

Can I execute MCP tools with JSON arguments in a CI/CD pipeline?

Yes, you can execute MCP tools with JSON arguments in CI/CD pipelines by applying the CLI to automate external API calls, file system interactions, and data processing tasks.

How do I inspect a tool's input schema before executing it in an MCP workflow?

To inspect a tool's input schema in an MCP workflow, use the CLI to retrieve the specific tool's schema details, allowing you to prepare the correct structured JSON arguments for execution.

What is the best way to interact with external APIs without switching between UIs?

The best way to interact with external APIs without switching UIs is using a compact CLI to discover MCP servers, inspect available tools, and perform executions with structured inputs directly from the terminal.

Do I need any external dependencies to run MCP server commands locally?

No external dependencies are required to run MCP server commands locally, as the skill operates independently to locate servers, list tools, and execute commands with JSON arguments in your development environment.

Why should I use a CLI for MCP automation instead of other developer tools?

Using a CLI for MCP automation provides a compact interface to inspect tool schemas and execute structured inputs, integrating smoothly into local development workflows and CI/CD pipelines without UI switching.