mcporter

Manage MCP servers via mcporter CLI over HTTP or stdio.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/duggal1/Sapphire-cli --skill mcporter-duggal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/duggal1/Sapphire-cli/tree/main/internal/skills/bundled/mcporter
Command: npx skills add https://github.com/duggal1/Sapphire-cli --skill mcporter-duggal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter provides a unified CLI toolset to manage MCP servers, enabling automated listing, configuration, authentication, and direct calls to MCP tools over HTTP or stdio.

Core Features & Use Cases

  • List MCP servers and their schemas
  • Configure credentials and access, including OAuth flows
  • Call MCP server tools via HTTP or stdio with flexible argument passing
  • Generate CLI typings and client scaffolding for MCP endpoints
  • Support ad-hoc servers and on-demand config edits

Quick Start

Run mcporter to list, configure, authenticate, and call MCP servers via HTTP or stdio.

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 using an automation CLI to list available servers, configure credentials, authenticate, and call tools directly over HTTP or stdio.

How does CLI authentication work for MCP servers?

CLI authentication for MCP servers works by configuring credentials and running OAuth flows directly from the command line, allowing you to establish authorized access to specific server endpoints.

Can I call MCP server tools via HTTP or stdio?

Yes, you can call MCP server tools via HTTP or stdio by passing flexible arguments through the CLI to execute target functions and retrieve results directly in your terminal.

What is the best way to automate MCP server configuration?

The best way to automate MCP server configuration is using a unified CLI toolset that supports on-demand config edits and generates client scaffolding for endpoints automatically.

Do I need a specific environment to generate CLI typings for MCP endpoints?

No specific environment is required to generate CLI typings for MCP endpoints, as the operation is handled directly by the CLI toolset to scaffold clients and define schemas locally.