mcporter

Manage MCP servers and call tools via CLI over HTTP or stdio.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/vut08905/openclaw-app --skill mcporter-vut08905
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/vut08905/openclaw-app/tree/main/skills/mcporter
Command: npx skills add https://github.com/vut08905/openclaw-app --skill mcporter-vut08905

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing MCP servers and invoking their tools can be tedious without a unified CLI. mcporter provides a single interface to list, configure, authenticate, and call MCP servers/tools directly over HTTP or stdio, including ad-hoc servers and CLI/type generation.

Core Features & Use Cases

  • List MCP servers and view available tools and schemas.
  • Authenticate and configure connections to MCP servers and run tools via HTTP or stdio.
  • Invoke server tools with flexible arguments, support ad-hoc servers, and generate CLI/types.
  • Codegen for client code and type definitions.

Quick Start

Install mcporter and start by listing servers with mcporter list to discover available MCP tools.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I manage and configure multiple MCP servers from the command line?

You can manage MCP servers from the command line by using a dedicated CLI to list, configure, authenticate, and call server tools directly over HTTP or stdio, providing a unified interface for server discovery and tool invocation.

What is the best way to invoke tools on an ad-hoc MCP server?

The best way to invoke tools on an ad-hoc MCP server is using a CLI that supports flexible arguments and direct tool calls over HTTP or stdio. It enables immediate tool execution without permanent configuration changes.

Can I generate client code and type definitions from MCP server schemas?

Yes, you can generate client code and type definitions from MCP server schemas. The codegen command group automates CLI and type generation based on the available tools and schemas discovered on the configured servers.

Does MCP server management support JSON-based outputs for machine readability?

MCP server management supports JSON-based outputs for machine readability. This allows developers and operators to parse server lists, tool schemas, and invocation results programmatically within automated workflows.

How do I authenticate and configure connections to MCP servers for tool execution?

You authenticate and configure connections to MCP servers using dedicated auth and config command groups within the CLI. This setup enables secure tool execution and server management over HTTP or stdio connections.