mcporter

Manage MCP servers and tools via a Node.js command-line interface.

2|1|Updated Jul 14, 2026
One-click install
npx skills add https://github.com/heysuhas/hermes_cli --skill mcporter-heysuhas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/heysuhas/hermes_cli/tree/main/optional-skills/mcp/mcporter
Command: npx skills add https://github.com/heysuhas/hermes_cli --skill mcporter-heysuhas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the fragmentation of Model Context Protocol (MCP) tools by providing a unified terminal interface to discover, configure, and execute tools from any MCP server without manual integration overhead.

Core Features & Use Cases

  • Unified Tool Execution: Call tools from any MCP server (HTTP or stdio) using a consistent command-line syntax.
  • Server Management: Easily list, authenticate, and configure persistent MCP server connections.
  • Developer Utilities: Generate CLI wrappers and TypeScript types directly from MCP server schemas to accelerate integration.

Quick Start

Use the mcporter skill to list all available tools from the configured MCP servers 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 call MCP tools from the command line?

You can call MCP tools from the command line by using mcporter, which provides a unified terminal interface to execute tools from any HTTP or stdio MCP server using a consistent syntax.

What is the best way to manage MCP server connections?

The best way to manage MCP server connections is using mcporter to list, authenticate via OAuth, and configure persistent connections for local and remote MCP service interactions.

Do I need Node.js to use mcporter for MCP interoperability?

Yes, you need Node.js and the mcporter package installed to manage local and remote MCP service interactions and execute tools from MCP servers.

Can I generate TypeScript types from MCP server schemas?

Yes, you can generate CLI wrappers and TypeScript types directly from MCP server schemas using mcporter's developer utilities to accelerate integration.

How do I discover available tools on an MCP server?

You can discover available tools on an MCP server by using mcporter to list all available tools from configured MCP servers on your machine via the command-line interface.

Does mcporter support OAuth authentication for MCP servers?

Yes, mcporter supports OAuth authentication, allowing you to securely authenticate and configure persistent connections to remote MCP servers.