mcporter

Automate MCP server discovery, configuration, and tool invocation from the terminal.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill mcporter-peteromallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/skills/mcp/mcporter
Command: npx skills add https://github.com/peteromallet/megaplan --skill mcporter-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies discovering, configuring, and invoking MCP servers and tools directly from the command line, reducing manual setup and integration work.

Core Features & Use Cases

  • Discover MCP servers on the host automatically and list available tools with schema details.
  • Authenticate, configure, and call MCP tools via CLI, including ad-hoc servers and dynamic servers.
  • Generate client code (CLI wrappers, TypeScript types) and manage code generation workflows for MCP-based integrations.

Quick Start

Start mcporter and list your configured MCP servers, then call a tool using the mcporter call syntax.

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 terminal?

You can manage MCP servers from the terminal by using a CLI tool that automates server discovery, configuration, and tool invocation. It simplifies manual setup by listing configured servers and inspecting available tools directly.

How do I discover available tools on an MCP server and view their schemas?

To discover available tools and view schema details, you can run the CLI to automatically detect configured MCP servers on your host. It inspects each server to list its tools and their corresponding schema details.

Can I generate TypeScript types and CLI wrappers for MCP integrations?

Yes, you can generate TypeScript types and CLI wrappers for MCP integrations. The tool manages code generation workflows by producing client code based on the schemas of the discovered MCP tools.

How do I authenticate and call an ad-hoc MCP tool via command line?

You can authenticate and call ad-hoc MCP tools via command line using the tool's call syntax. It supports configuring dynamic servers and invoking tools directly from the terminal.

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

The best way to automate MCP server configuration is using a CLI-based approach that leverages YAML frontmatter and optional scripts. It handles discovery, authentication, and invocation to reduce manual integration work.