mcp-cli

Discover and invoke MCP servers and tools from the command line.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/beel-collab/presets.dev --skill mcp-cli-beel-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-cli
Source: https://github.com/beel-collab/presets.dev/tree/main/skills/mcp-cli
Command: npx skills add https://github.com/beel-collab/presets.dev --skill mcp-cli-beel-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to interact with external MCP servers and tools directly from the command line, simplifying integration and automation workflows.

Core Features & Use Cases

  • Discover available MCP servers and tools with mcp-cli.
  • Inspect a tool's input JSON schema using mcp-cli <server>/<tool>.
  • Execute tools with arguments like mcp-cli <server>/<tool> '<json>'.
  • Search for tools with mcp-cli grep "<glob>".

Quick Start

List MCP servers and their tools, inspect a tool to learn its required parameters, and run a chosen tool 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 invoke MCP servers and tools from the command line?

You can invoke MCP servers from the command line by executing the CLI with a server and tool path, passing a JSON payload as an argument to trigger the desired tool execution.

How do I inspect a tool's input JSON schema before execution?

To inspect a tool's input JSON schema, run the CLI command with the server and tool path, which displays the required parameters and structure for constructing a valid execution payload.

What is the best way to discover available MCP servers and tools in my environment?

Discovering available MCP servers and tools is done by listing them through the CLI, allowing you to identify accessible external integrations and their respective tools across diverse environments.

Can I search for specific MCP tools using a glob pattern?

Yes, you can search for specific tools by using the grep command with a glob pattern, filtering available tools to find the exact external integration needed for your automation workflow.

Do I need any dependencies to run mcp-cli for external integrations?

No dependencies are required to run this CLI tool, as it operates independently to provide deterministic, CLI-based tooling interfaces for interacting with external MCP servers.