mcporter-zh

Manage MCP servers and tools via command-line interface.

51|8|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill mcporter-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter-zh
Source: https://github.com/L-LesterYu/OpenClaw-hot-skills-zh/tree/main/skills/mcporter-zh
Command: npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill mcporter-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management and interaction with Model Context Protocol (MCP) servers, enabling efficient discovery, invocation, and development of AI tools.

Core Features & Use Cases

  • Server Discovery & Management: Automatically find and configure MCP servers from various sources.
  • Tool Invocation: Directly call MCP tools from the command line or within scripts.
  • Code Generation: Generate TypeScript types and CLIs for MCP servers.
  • Use Case: You need to quickly call a linear.create_comment tool on an MCP server. You can use this Skill to find the server, authenticate if necessary, and execute the command with specific parameters, all from your terminal.

Quick Start

Use the mcporter skill to list all configured MCP servers.

Frequently Asked Questions about mcporter-zh

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

FAQPage Schema
How do I manage Model Context Protocol servers from the command line?

This Skill manages Model Context Protocol (MCP) servers and tools via a command-line interface, supporting server discovery, configuration, authentication, and direct tool invocation from your terminal.

Can I generate a TypeScript client for an MCP server?

Yes, you can generate a TypeScript client for an MCP server. This Skill facilitates code generation for TypeScript types and command-line interfaces to interact with your configured servers.

Does this Skill support connecting to MCP servers over HTTP and stdio?

This Skill supports both HTTP and stdio transports for connecting to MCP servers, featuring OAuth caching and allowing ad-hoc server connections for flexible tool invocation.

How do I invoke a specific tool on an MCP server from my terminal?

You can invoke a specific tool on an MCP server from your terminal by using this Skill to discover the server, authenticate if necessary, and execute the command with your specified parameters.

What is the best way to discover and configure MCP servers for development?

Using this CLI Skill is an efficient way to discover and configure MCP servers, as it automatically finds servers from various sources and manages their authentication and configuration settings.