mcporter

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

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill mcporter-freire19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/freire19/Mythos/tree/main/skills/mcporter
Command: npx skills add https://github.com/freire19/Mythos --skill mcporter-freire19

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, mcporter.

What problem does it solve?

It helps you reliably set up and use MCP (Model Context Protocol) servers so you can discover schemas, configure authentication, and invoke tools without hand-building HTTP or stdio integrations.

Core Features & Use Cases

  • Server discovery & schema inspection: List MCP servers and fetch tool schemas for faster integration.
  • Direct tool calling: Invoke tools with simple selectors like server.tool, including full URLs and stdio ad-hoc servers.
  • Auth & configuration management: Perform OAuth auth flows and edit configuration (add/remove/import/login/logout) to keep environments consistent.
  • Daemon and code generation: Run a daemon for lifecycle management and generate CLIs/type definitions for clients.

Quick Start

Use mcporter to list available MCP servers and inspect a tool schema for a chosen server.

Frequently Asked Questions about mcporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I invoke tools on an MCP server without hand-building HTTP or stdio integrations?

You can invoke MCP server tools using simple server.tool selectors, including full URLs and stdio ad-hoc servers, eliminating the need to manually build HTTP or stdio integrations.

Can I manage OAuth authentication and configuration for MCP servers?

Yes, you can perform OAuth authentication flows and edit configuration by adding, removing, importing, logging in, or logging out to keep MCP server environments consistent.

What is the best way to discover MCP server schemas for LLM-connected workflows?

The best way to discover MCP server schemas is by listing available servers and fetching their tool schemas directly, which enables faster integration for LLM-connected workflows.

Does MCP server integration support generating CLI and type definitions for clients?

Yes, MCP server integration supports generating CLIs and type definitions for downstream clients, alongside running a daemon for lifecycle management.

Do I need Node.js to manage MCP servers and call tools?

Yes, you need Node.js installed because the mcporter CLI requires the Node runtime to discover, configure, and invoke MCP servers and their exposed tools.