mcporter

Manage MCP servers from a unified CLI with authentication and configuration.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill mcporter-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/software-development/mcporter
Command: npx skills add https://github.com/moltis-org/moltis --skill mcporter-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages MCP servers efficiently from a unified CLI, simplifying discovery, configuration, and tool execution without manual setup.

Core Features & Use Cases

  • List MCP servers and inspect their configurations
  • Authenticate and configure access, then call server tools or endpoints
  • Generate CLI artifacts and support ad-hoc server operations

Quick Start

Run mcporter list to view servers and then mcporter call <server.tool> key=value to execute a tool

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 unified CLI to handle server discovery, configuration edits, and tool execution without manual setup. It provides a single interface to list, authenticate, and invoke endpoints.

What is the best way to list and inspect MCP server configurations?

The best way to list and inspect MCP server configurations is to run a single CLI command to view available servers and their settings. This simplifies discovery and allows you to audit configurations directly from your terminal.

How do I call a specific tool on an MCP server using a CLI?

To call a specific tool on an MCP server, run the CLI call command followed by the server and tool name, passing arguments as key=value pairs. The CLI enforces input validation and secure interactions to produce structured results.

Can I generate CLI artifacts and types for MCP servers automatically?

Yes, you can generate CLI artifacts and types automatically. The CLI supports automated codegen to produce predictable CLI structures and type definitions, streamlining the deployment and management of MCP servers.

Does the MCP CLI handle authentication and input validation for server operations?

The MCP CLI handles authentication and input validation for server operations. It enforces secure interactions with endpoints and applies robust error handling to ensure predictable, structured results during tool invocation.

Why use a unified CLI instead of manual setup for MCP server operations?

Use a unified CLI for MCP server operations to eliminate manual setup and reduce configuration errors. It provides a single entry point for server discovery, ad-hoc creation, and tool execution, ensuring structured results and robust error handling.