mcporter

List MCP servers and call their tools from the terminal.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill mcporter-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/optional-skills/mcp/mcporter
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill mcporter-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP servers and CLI tools require manual discovery, configuration, and invocation; mcporter streamlines listing, authenticating, and calling MCP services directly from the terminal.

Core Features & Use Cases

  • Discover MCP servers configured on the machine and auto-connect to tools
  • List, inspect, and call tools with schema details
  • Support ad-hoc MCP servers over HTTP or stdio for one-off tasks
  • Manage authentication and configuration for consistent workflows
  • Generate CLI wrappers and inspect generated CLI code (code generation)

Quick Start

Run mcporter list to discover and view MCP servers configured on your machine.

Frequently Asked Questions about mcporter

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

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

You can list and call MCP server tools from the command line by running a CLI tool that auto-discovers MCP servers configured on your machine and exposes their tools with schema details for direct terminal invocation.

What is the best way to manage authentication and configuration for MCP servers?

The best way to manage authentication and configuration for MCP servers is using dedicated CLI tooling that centralizes credentials and settings to streamline consistent terminal-based MCP workflows.

Can I connect to ad-hoc MCP servers over HTTP or stdio for one-off tasks?

Yes, you can connect to ad-hoc MCP servers over HTTP or stdio for on-demand tasks without permanent configuration, enabling flexible one-off tool calls directly from the terminal.

Does mcporter auto-discover MCP servers configured by other clients?

Yes, mcporter auto-discovers MCP servers configured by other MCP clients on your machine, automatically identifying and listing available services and their tools for immediate CLI access.

How do I generate and inspect CLI wrappers for MCP tools?

You can generate CLI wrappers and inspect the generated CLI code for MCP tools using built-in code generation features, providing transparency into how terminal commands map to underlying server tool schemas.

Do I need a daemon running to streamline MCP workflows from the terminal?

A daemon is not strictly required to call MCP tools from the terminal, but optional daemon management is available to streamline and maintain persistent MCP workflows if needed for your environment.