MCP管理器

Manage MCP servers and tools via the mcporter CLI.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill mcp-wike-chi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP管理器
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/MCP%E7%AE%A1%E7%90%86%E5%99%A8
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill mcp-wike-chi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets users interact with MCP servers directly from the command line, removing the need to manually configure HTTP calls or custom scripts for each tool.

Core Features & Use Cases

  • CLI Operations: List, configure, authenticate, and invoke MCP tools via mcporter.
  • Daemon Management: Start, stop, and monitor MCP daemons.
  • Code Generation: Generate CLI wrappers and TypeScript definitions for MCP services.
  • Use Case: Quickly retrieve issue lists from a Linear server or create new tickets without writing API code.

Quick Start

Ask the assistant to run mcporter list and show all available MCP servers.

Frequently Asked Questions about MCP管理器

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

FAQPage Schema
How do I manage MCP servers directly from the command line?

You can manage MCP servers from the command line by using the mcporter CLI to list available servers, configure tools, handle authentication, and invoke HTTP or stdio calls without writing manual scripts.

Can I generate TypeScript definitions for MCP services?

Yes, you can generate CLI wrappers and TypeScript definitions for MCP services. This code generation feature allows you to quickly integrate MCP tools into your development workflows without manually writing API code.

What is the best way to call MCP tools without writing custom API scripts?

The best way to call MCP tools without custom API scripts is using the mcporter CLI. It handles HTTP or stdio calls natively, allowing you to retrieve issue lists or create tickets instantly via command line.

Do I need JSON configuration files to execute MCP stdio calls?

You need the mcporter CLI to execute MCP calls, and you can optionally use JSON configuration files to define and manage your server setups, removing the need for manual scripting during operations.

How do I start and monitor MCP daemons during development?

You can start, stop, and monitor MCP daemons directly through the mcporter CLI. This daemon management capability ensures your MCP background services remain active and observable during development and operations workflows.

How do I authenticate MCP servers via CLI?

You authenticate MCP servers via CLI using the mcporter tool, which handles authentication natively. This allows you to securely configure and invoke MCP tools directly from the command line without manual scripting.