mcporter

Manage MCP servers and invoke tools via a unified CLI.

55|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Yapie0/safe-openclaw --skill mcporter-yapie0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Yapie0/safe-openclaw/tree/main/skills/mcporter
Command: npx skills add https://github.com/Yapie0/safe-openclaw --skill mcporter-yapie0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter provides a centralized CLI for interacting with MCP servers, enabling listing, configuring, authenticating, and calling MCP tools from a single interface, reducing context switching.

Core Features & Use Cases

  • CLI-based server discovery and management (list, auth, config, and tool invocation) for MCP servers.
  • Ad-hoc server support, on-demand config editing, and CLI/type generation to accelerate integration and automation.
  • Practical scenarios include listing servers, inspecting tool schemas, authenticating sessions, and invoking server tools via HTTP or stdio.

Quick Start

Run mcporter list to view servers, then run mcporter call <server>.<tool> with key=value to invoke a tool.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I manage multiple MCP servers from a single command line interface?▼

You can manage multiple MCP servers from a single command line interface using a unified CLI to list, configure, authenticate, and invoke MCP tools without context switching.

How to call an MCP tool with parameters via CLI?▼

To call an MCP tool via CLI, run the call command followed by the server and tool name, then pass arguments as key=value pairs to invoke the target service.

Does a unified MCP CLI support both HTTP and stdio connection modes?▼

Yes, a unified MCP CLI supports both HTTP and stdio connection modes, allowing developers and operations teams to invoke server tools and inspect schemas across different transport protocols.

Can I generate CLI types and configurations for MCP servers automatically?▼

Yes, you can generate CLI types and edit configurations for MCP servers automatically through ad-hoc server support, accelerating tool integration and command orchestration workflows.

What is the best way to authenticate MCP server sessions for automation?▼

The best way to authenticate MCP server sessions for automation is using a centralized CLI that manages authentication flows and configurations, ensuring secure tool invocation across multiple servers.