mcporter

Interact with MCP servers via CLI for listing, configuration, authentication, and tool calls.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill mcporter-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/mcporter
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill mcporter-hlbbbbbbb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to interact directly with MCP (Meta Cloud Platform) servers and tools, enabling efficient management of servers, configuration, authentication, and direct tool invocation.

Core Features & Use Cases

  • Server Management: List available servers and their schemas.
  • Tool Invocation: Call specific tools on servers using various syntaxes (selector, function, URL, stdio, JSON payload).
  • Authentication & Configuration: Handle OAuth authentication and manage server configurations.
  • Code Generation: Generate CLI tools and TypeScript definitions for servers.

Quick Start

Use mcporter to list all available servers.

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 and call tools directly from the command line?

The mcporter CLI allows you to manage MCP servers and invoke tools directly from the command line. It supports listing servers, inspecting schemas, and executing ad-hoc tool calls via HTTP or stdio communication.

What is the best way to generate TypeScript definitions for MCP servers?

The best way to generate TypeScript definitions for MCP servers is through the mcporter CLI. It provides code generation features that automatically create CLI tools and TypeScript definitions based on the server schemas.

Does MCP server management support both HTTP and stdio communication?

Yes, MCP server management supports both HTTP and stdio communication. The mcporter CLI can interact with various tools and servers using either protocol for listing, configuration, authentication, and direct tool invocation.

How do I handle OAuth authentication for MCP tools?

You handle OAuth authentication for MCP tools using the mcporter CLI. It includes built-in features to manage server configurations and handle the OAuth authentication process directly from the command line.

What syntax does the mcporter CLI use to invoke specific tools on a server?

The mcporter CLI invokes specific tools on a server using various syntaxes including selector, function, URL, stdio, and JSON payload. This allows flexible ad-hoc calls to MCP servers directly from the terminal.