Home Tutorials Categories Skills About
ZH EN JA KO
🔧

McPorter

MCP Management Developer Tools

Install Command

npx clawhub@latest install mcporter

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install McPorter to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm McPorter appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
One-Click Install Config Management Health Monitoring

Detailed Description

McPorter is the Swiss army knife of the MCP ecosystem, helping you easily manage the entire lifecycle of all MCP servers — from installation to configuration to monitoring, all through natural language.

Core Features

  • One-Click Install: Quickly install MCP servers by skill name or URL, automatically handling dependencies
  • Configuration Management: Visually manage configurations for all installed MCP servers, supporting batch updates
  • Health Monitoring: Real-time monitoring of each MCP server's operational status with automatic alerts on anomalies
  • Version Management: Track version updates for each server, supporting one-click upgrade or rollback

Configuration

{
  skills: {
    mcporter: {
      autoUpdate: true,          // Auto-update installed MCP servers
      healthCheckInterval: 60,   // Health check interval (seconds)
      logLevel: "info",
      registry: "https://registry.clawhub.com"
    }
  }
}

Use Cases

  • Quickly set up a new AI development environment by batch installing required MCP servers
  • Regularly check the running status and available updates for all MCP servers
  • Troubleshoot why a skill isn't working by viewing the corresponding MCP server logs
  • Sync MCP server configurations across multiple machines