mcporter

Manage and call MCP servers and tools via command-line interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AXGZ21/hermes-agent-railway --skill mcporter-axgz21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/AXGZ21/hermes-agent-railway/tree/main/skills/mcp/mcporter
Command: npx skills add https://github.com/AXGZ21/hermes-agent-railway --skill mcporter-axgz21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the interaction with Model Context Protocol (MCP) servers and tools, allowing users to manage and call them directly from the command line without complex setup.

Core Features & Use Cases

  • Server Discovery: Automatically find and connect to MCP servers.
  • Tool Calling: Execute specific tools hosted on MCP servers with various argument syntaxes.
  • Configuration Management: Authenticate, configure, and manage MCP server connections.
  • Code Generation: Generate CLI wrappers and TypeScript types for MCP tools.
  • Use Case: You need to list issues from a Linear project managed via MCP. Use this Skill to call the linear.list_issues tool, specifying your team and a limit for the results.

Quick Start

Use mcporter to list all 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 tools on a Model Context Protocol server from the command line?

You can call MCP server tools from the command line by connecting via HTTP or stdio protocols. This approach allows you to execute specific hosted tools with various argument syntaxes without complex manual setup.

Can I discover and list available MCP servers automatically?

Yes, server discovery automatically finds and connects to MCP servers. You can list all configured servers on your machine and interact with their associated tools directly.

How do I manage authentication and configuration for MCP server connections?

Configuration management allows you to authenticate, configure, and maintain MCP server connections. This ensures secure access when calling tools hosted on remote or local servers.

Does this MCP tool support ad-hoc server connections without prior setup?

Yes, ad-hoc server connections are supported alongside configured servers. You can connect to MCP servers directly via HTTP or stdio protocols without needing permanent configuration entries.

How do I generate CLI wrappers and TypeScript types for MCP tools?

Code generation features produce CLI wrappers and TypeScript types for MCP tools. This enables streamlined client development by creating typed interfaces for the hosted tools you interact with.

What is the best way to list issues from a Linear project using MCP?

You can list issues by calling the linear.list_issues tool through an MCP server connection. Specify your team and a limit for the results to retrieve the exact project data needed.