mcporter

Manage MCP servers via mcporter CLI for listing, configuring, authenticating, and calling tools.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill mcporter-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/skills/mcporter
Command: npx skills add https://github.com/majunbao/learn --skill mcporter-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage MCP servers and tooling from the command line by listing, configuring, authenticating, and invoking tools via mcporter.

Core Features & Use Cases

  • List MCP servers, configure settings, authenticate, and call tools via HTTP or stdio.
  • Support ad-hoc servers, on-demand config edits, and CLI/type generation for MCP ecosystems.
  • Use cases include automation in CI pipelines, local development workflows, and rapid server interactions.

Quick Start

List available MCP servers with mcporter list and perform a tool call using mcporter call <server>.<tool> to execute a task.

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 CLI tool to list available servers, edit configurations, authenticate via OAuth, and invoke specific tools over HTTP or stdio connections.

Can I authenticate and call MCP server tools using a CLI?

Yes, you can authenticate and call MCP server tools using a CLI. The process supports OAuth authentication for secure access and allows you to execute tool calls directly to interact with servers via HTTP or stdio.

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

Automating MCP server interactions in CI pipelines is best achieved using a CLI tool that supports scriptable commands for listing servers, editing configs, and executing tool calls. This enables rapid server setups and automated workflows without manual GUI intervention.

Do I need to install any specific binaries to configure and call MCP servers?

Yes, you need to install a specific node package binary to configure and call MCP servers. This binary provides the necessary CLI commands for server management, OAuth authentication, and local configuration.

Does MCP server management support both HTTP and stdio interactions?

MCP server management supports both HTTP and stdio interactions for calling tools. This allows you to handle ad-hoc server setups and integrate server communications into local development workflows or automated pipelines.

Can I generate CLI types and edit configurations on-demand for MCP ecosystems?

Yes, you can generate CLI types and edit configurations on-demand for MCP ecosystems. This functionality supports rapid server interactions and allows you to adapt local configurations dynamically during development.