mcporter

Manage MCP servers via CLI over HTTP or stdio.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill mcporter-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/mcporter
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill mcporter-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter provides a unified CLI to list, configure, authenticate, and call MCP servers/tools directly via HTTP or stdio, streamlining multi-server workflows for developers and operators.

Core Features & Use Cases

  • List MCP servers and their schemas, enabling quick discovery.
  • Configure authentication and CLI options, then call tools with structured arguments.
  • Use ad-hoc servers or generate client code and CLI/types for automation in CI pipelines.

Quick Start

Install mcporter and run a simple command to list MCP servers.

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 a unified CLI to list, configure, authenticate, and call tools directly via HTTP or stdio, streamlining multi-server workflows without manual API calls for each interaction.

What is the best way to automate MCP server tool calls in CI pipelines?

The best way to automate MCP server tool calls in CI pipelines is by generating client code and CLI/types directly, enabling scriptable, predictable interactions over HTTP or stdio for automated development workflows.

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

Yes, you need a Node-based mcporter installation to use mcporter for MCP server management, which exposes a mcporter binary providing command-line access for listing, configuring, and invoking MCP tools.

Can I configure authentication for MCP servers directly in the CLI?

Yes, you can configure authentication for MCP servers directly in the CLI, which supports on-demand config edits and allows calling tools with structured arguments after setting up authentication.

How do I list MCP servers and discover their schemas via CLI?

You can list MCP servers and discover their schemas via CLI by running a simple command after installing mcporter, enabling quick discovery of available servers and their tool schemas for direct invocation.

Does mcporter support ad-hoc MCP servers over HTTP or stdio?

Yes, mcporter supports ad-hoc MCP servers over HTTP or stdio, allowing you to configure CLI options and invoke tools directly for predictable, scriptable interactions across different transport protocols.