mcporter

Manage MCP servers and tools via unified CLI with HTTP or stdio support.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Zentin-L/Masterbot --skill mcporter-zentin-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Zentin-L/Masterbot/tree/main/skills/mcporter
Command: npx skills add https://github.com/Zentin-L/Masterbot --skill mcporter-zentin-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter provides a unified command-line interface to list, configure, auth, and call MCP servers/tools directly via HTTP or stdio, enabling automation and streamlined workflows.

Core Features & Use Cases

  • List MCP servers and schemas
  • Configure authentication and perform OAuth-like flows
  • Call server tools with flexible syntax, including stdio and HTTP modes
  • Generate CLI code and TypeScript typings for servers and commands
  • Quick on-boarding and ad-hoc server support for rapid testing

Quick Start

Run mcporter list to see available MCP servers and their schemas.

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 from the command line?

You can manage MCP servers from the command line by using a unified CLI to list available servers, configure access, authenticate, and invoke tools directly. This simplifies server management and enables streamlined automation workflows.

Can I invoke MCP tools over HTTP and stdio?

Yes, you can invoke MCP tools over both HTTP and stdio. The CLI supports flexible syntax for calling server tools, allowing you to choose the transport mode that fits your specific automation or testing workflow.

What is the best way to automate MCP server configuration and authentication?

The best way to automate MCP server configuration and authentication is through a unified CLI that performs OAuth-like flows and manages access settings. This allows rapid onboarding and ad-hoc server support for automated testing.

How do I generate TypeScript typings for MCP server tools?

You can generate TypeScript typings for MCP server tools by using the CLI's code generation feature. This creates typings and CLI code based on server schemas, enabling type-safe integration and streamlined development.

Does the mcporter CLI require specific dependencies to list MCP servers?

No, the mcporter CLI does not require specific dependencies to list MCP servers. You can run the list command directly to discover available servers and view their schemas without needing external packages.