mcporter

Discover, configure, and invoke MCP servers and tools via CLI.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/samuelmukoti/myai-agent --skill mcporter-samuelmukoti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/samuelmukoti/myai-agent/tree/main/skills/mcp/mcporter
Command: npx skills add https://github.com/samuelmukoti/myai-agent --skill mcporter-samuelmukoti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage MCP servers from the command line by discovering available servers, configuring access, and invoking MCP tools directly.

Core Features & Use Cases

  • Discover MCP servers configured on the machine.
  • Authenticate and configure servers for seamless tool access.
  • Call MCP tools and endpoints directly from the terminal.

Quick Start

Run mcporter list to see configured 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 by discovering available servers, configuring access credentials, and invoking MCP tools directly using a CLI. This allows you to handle local development environments and automated workflows that need consistent MCP tool invocation.

What is MCP server discovery and configuration?

MCP server discovery and configuration is the process of finding available MCP servers on your machine and setting up authentication for seamless tool access. It enables you to list configured servers and prepare them for direct terminal invocation.

Can I call MCP tools directly from the terminal?

Yes, you can call MCP tools and endpoints directly from the terminal. The CLI provides a uniform interface to invoke tools, which is useful for ad-hoc server connections and automated workflows without needing a dedicated graphical client.

Do I need Node.js to use a CLI for MCP server automation?

Yes, you need Node.js to use this CLI for MCP server automation. It supports npx execution, allowing you to run list, auth, config, and call operations via a uniform CLI without installing the package globally.

What's the best way to automate workflows that need consistent MCP tool invocation?

The best way to automate workflows needing consistent MCP tool invocation is using a uniform CLI. It allows you to list, authenticate, configure, and call MCP servers directly, ensuring reliable execution across local development environments and automated scripts.