mcporter

Discover MCP servers and call their tools from the terminal.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill mcporter-tangzheng202202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/09-tools/mcp/mcporter
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill mcporter-tangzheng202202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover MCP servers and call tools from the command line, reducing manual setup and context switching.

Core Features & Use Cases

  • List configured MCP servers and their tools for quick auditing.
  • Call a tool on a server with key=value pairs to obtain immediate results.
  • Generate CLI wrappers and TypeScript types for MCP servers to accelerate integration.

Quick Start

Run mcporter list to discover configured MCP servers, then mcporter call <server.tool> key=value to execute a tool.

Frequently Asked Questions about mcporter

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

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

You can call MCP server tools from the command line by running mcporter call <server.tool> with key=value pairs to get immediate results without manual setup.

What is the best way to discover and list configured MCP servers?

The best way to discover configured MCP servers is using the mcporter list command, which audits available servers and their tools for quick CLI access.

How to generate TypeScript types and CLI wrappers for MCP servers?

Generate TypeScript types and CLI wrappers for MCP servers using mcporter to accelerate integration and simplify command orchestration workflows.

Can I manage local setup and authentication for MCP servers via CLI?

Yes, you can manage local setup, authentication, and config management for MCP servers via CLI using persistent or ad-hoc daemon sessions.

Does mcporter support ad-hoc and persistent CLI sessions for server management?

Yes, mcporter supports both ad-hoc and persistent CLI sessions, providing daemon operation and command orchestration for managing MCP servers.

Why use a CLI toolkit for MCP server management instead of manual configuration?

Using a CLI toolkit for MCP server management reduces manual setup and context switching, streamlining tool discovery, execution, and code generation.