mcporter

Discover and call MCP servers and tools from the terminal.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Harries/hermes-agent --skill mcporter-harries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Harries/hermes-agent/tree/main/optional-skills/mcp/mcporter
Command: npx skills add https://github.com/Harries/hermes-agent --skill mcporter-harries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter simplifies discovering, configuring, and invoking MCP servers and tools directly from the terminal, reducing friction for developers.

Core Features & Use Cases

  • Discover MCP servers configured on your machine and call tools via a unified CLI.
  • Manage server configurations, perform auth, and generate client interfaces or CLI wrappers.
  • Use Case: automate repetitive MCP tool calls in local development, CI pipelines, and ad-hoc server testing.

Quick Start

List MCP servers with mcporter list and call a tool with mcporter call <server.tool> key=value.

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 terminal?

You can call MCP server tools from the terminal using a unified CLI to list configured servers and execute tool calls with key-value arguments. This allows direct, ad-hoc MCP server interactions without needing a dedicated client application.

What is the best way to automate MCP tool calls in CI pipelines?

The best way to automate MCP tool calls in CI pipelines is by generating CLI wrappers for your configured servers. These wrappers enable scriptable, automated tool invocation directly within development and CI workflows.

Do I need to install anything globally to discover MCP servers on my machine?

You do not need to install anything globally to discover MCP servers. The tool requires Node.js and supports running via npx, allowing you to list and interact with servers without a permanent installation.

How can I manage MCP server configurations and authentication?

You can manage MCP server configurations and authentication directly through the CLI. It provides functionality to configure servers, perform authentication, and generate client interfaces for streamlined access.

Can I generate client interfaces for MCP servers?

Yes, you can generate client interfaces and CLI wrappers for MCP servers. This optional tooling helps standardize server interactions and supports automation within local development and testing workflows.