mcporter

Discover, configure, authenticate, and call MCP servers from the terminal.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill mcporter-aevonix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/mcp/mcporter
Command: npx skills add https://github.com/Aevonix/colony-ai --skill mcporter-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter enables developers to discover, configure, authenticate, and call MCP servers and tools directly from the terminal, enabling streamlined workflows without GUI dependencies.

Core Features & Use Cases

  • Discover MCP servers configured on the machine
  • Authenticate, configure, and manage server connections
  • Call tools and ad-hoc servers via HTTP or stdio, and generate CLI/type clients
  • Generate TypeScript types/clients for MCP servers

Quick Start

Run mcporter list to discover MCP servers configured on this machine.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I discover and call MCP servers from the terminal?▼

You can discover and call MCP servers from the terminal by running the list command to find configured servers, then authenticating and issuing tool calls directly via the CLI. This supports local development and automation workflows without needing a GUI.

Can I generate TypeScript types for MCP servers using a CLI?▼

Yes, you can generate TypeScript types and CLI clients for MCP servers using the generation features. This automates type client creation for your local development environment by querying server schemas directly.

Does the MCP CLI support both HTTP and stdio server connections?▼

Yes, the MCP CLI supports both ad-hoc HTTP and stdio server connections. You can configure and manage these server connections to issue tool calls across different protocols from your terminal.

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

Automating MCP server authentication and configuration is handled directly through CLI workflows. You can manage server connections, query schemas, and authenticate without GUI dependencies, streamlining your automation tasks.

Do I need a GUI to manage local development environments for MCP servers?▼

No, you do not need a GUI to manage local development environments for MCP servers. You can discover, configure, authenticate, and call tools directly from the terminal using dedicated CLI commands.