mcporter

Manage MCP servers and tools using the mcporter CLI.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill mcporter-ldzhhxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/ldzhhxx/Hermes_offline_v2/tree/main/hermes-agent/optional-skills/mcp/mcporter
Command: npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill mcporter-ldzhhxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcporter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of listing, configuring, authenticating, and calling MCP (Model Context Protocol) servers and tools directly from the command line, including ad-hoc servers and config edits.

Core Features & Use Cases

  • Server Discovery: Automatically discover and list MCP servers configured on the machine.
  • Tool Configuration: Configure and manage tools for specific MCP servers.
  • Ad-hoc Server Connection: Connect to any MCP server by URL or run a stdio server on the fly.
  • Tool Invocation: Call tools on MCP servers using key=value or function syntax.
  • Authentication and Configuration Management: Handle OAuth login and manage server configurations.
  • Daemon for Persistent Connections: Maintain persistent server connections with the mcporter daemon.
  • Code Generation: Generate CLI wrappers and TypeScript types for MCP servers.
  • Use Case: Quickly connect to a remote MCP server, list its tools, and call a specific tool to fetch data.

Quick Start

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

You can manage MCP servers and tools directly from the command line using the mcporter CLI to automate server discovery, tool configuration, and tool invocation. It simplifies listing, authenticating, and calling MCP services.

What is the best way to call tools on an MCP server ad-hoc?

The best way to call tools on an MCP server ad-hoc is using the mcporter CLI, which supports connecting to any server by URL or running a stdio server on the fly and invoking tools via key=value or function syntax.

Do I need Node.js to configure and invoke Model Context Protocol tools?

Yes, you need Node.js and the mcporter CLI installed to configure and invoke Model Context Protocol tools, as the Skill requires these environments to manage server connections and execute tool calls.

Can I maintain persistent connections to MCP servers for continuous tool invocation?

Yes, you can maintain persistent connections to MCP servers for continuous tool invocation by utilizing the mcporter daemon, which keeps server connections alive and manages authentication configurations.

How does OAuth login work for MCP server discovery and configuration?

OAuth login for MCP server discovery and configuration is handled by the mcporter CLI, which manages server authentication processes to ensure secure access when connecting to and invoking tools on remote servers.

Can I generate TypeScript types and CLI wrappers for MCP servers?

Yes, you can generate TypeScript types and CLI wrappers for MCP servers using the mcporter CLI, allowing you to integrate and manage MCP services more effectively within your development workflows.