mcporter

List and interact with MCP servers and tools from the terminal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with Model Context Protocol (MCP) servers and tools requires manual configuration and multiple commands, making it hard to discover, authenticate, and call services efficiently.

Core Features & Use Cases

  • List configured MCP servers and their available tools.
  • Discover tool schemas and generate machine‑readable JSON output.
  • Call tools on HTTP or stdio servers with key‑value or JSON arguments.
  • Manage authentication, configuration files, and import/export settings.
  • Run a daemon for persistent server connections.
  • Generate CLI wrappers and TypeScript client code for custom MCP integrations.

Quick Start

Request the mcporter skill to list all MCP servers and invoke a specified tool with the required parameters.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I call MCP server tools from the terminal?

No, you do not need to install it globally beforehand. The mcporter CLI can be executed on demand using the npx command, provided you have Node.js installed in your environment.

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

To discover available tools and schemas on an MCP server, use the mcporter CLI to list configured servers and generate machine-readable JSON output. This exposes the tool schemas needed for your automation scripts.

Can I manage MCP server authentication and configuration files from the command line?

Yes, you can manage MCP server authentication and configuration files from the command line. The CLI allows you to configure settings, import and export configurations, and run a daemon for persistent server connections.

What is the best way to generate TypeScript client code for MCP integrations?

The best way to generate TypeScript client code for custom MCP integrations is using the mcporter CLI wrapper generation feature. It creates client code and CLI wrappers tailored to your configured HTTP and stdio MCP services.