mcporter

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

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill mcporter-tamireslaeao-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/tamireslaeao-prog/ONI_V30/tree/main/moltbot-main/skills/mcporter
Command: npx skills add https://github.com/tamireslaeao-prog/ONI_V30 --skill mcporter-tamireslaeao-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter provides a unified CLI to interact with MCP servers, enabling quick listing, configuration, authentication, and tool invocation without manual setup.

Core Features & Use Cases

  • List and inspect MCP servers and tools
  • Authenticate and manage server configurations with OAuth and config commands
  • Execute servers/tools via HTTP or stdio, including ad-hoc servers and code generation
  • Use cases include setting up a new MCP server, performing rapid tool invocations, and automating repetitive server-management tasks

Quick Start

Run mcporter to list MCP servers and call a tool using mcporter call <server>.<tool> with appropriate arguments

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 to list, configure, authenticate, and invoke tools across HTTP or stdio interfaces without manual setup.

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

Automating MCP server configuration and authentication is handled through CLI commands that manage OAuth credentials and server settings, streamlining repetitive setup tasks for development workflows.

Can I call MCP tools on-demand without setting up a full server environment?

You can call MCP tools on-demand by running ad-hoc servers and executing tool invocations directly through the CLI, bypassing the need for a full manual server environment setup.

Do I need the mcporter binary to execute MCP server inspection and code generation?

You need the mcporter binary to execute MCP server inspection, code generation, and daemon operations, as it serves as the underlying engine for these CLI-driven automation tasks.

Does this CLI support both HTTP and stdio interfaces for MCP server execution?

The CLI supports both HTTP and stdio interfaces for MCP server execution, allowing engineers to interact with and invoke tools across different communication protocols seamlessly.