/install mcporter-skill
name: mcporter description: Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. homepage: https://github.com/pdxfinder/mcporter metadata: {"clawdbot":{"emoji":"🔌","os":["darwin","linux","windows"],"requires":{"bins":["mcporter"]},"install":[{"id":"brew","kind":"brew","formula":"pdxfinder/tap/mcporter","bins":["mcporter"],"label":"Install mcporter (brew)"}]}}
mcporter
Use mcporter to manage MCP (Model Context Protocol) servers and tools.
Requirements
mcporterCLI installed (via Homebrew:brew install pdxfinder/tap/mcporter)- MCP server configuration in
~/.config/mcporter/
Common Commands
List Configured Servers
mcporter list
Authentication
mcporter auth --help
Call MCP Tools
mcporter call \x3Cserver-name> \x3Ctool-name> [arguments...]
Generate CLI/Types
mcporter generate cli \x3Cserver-name>
mcporter generate types \x3Cserver-name>
Config Management
mcporter config --help
Notes
- mcporter supports both HTTP and stdio MCP servers
- Ad-hoc server creation is supported
- CLI generation creates typed wrappers for MCP tools
- Use
exectool to run mcporter commands
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcporter-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcporter-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
mcporter 是什么?
Manage and interact with MCP servers and tools via the mcporter CLI, supporting listing, configuring, authenticating, calling tools, and generating CLI/types. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3735 次。
如何安装 mcporter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcporter-skill」即可一键安装,无需额外配置。
mcporter 是免费的吗?
是的,mcporter 完全免费(开源免费),可自由下载、安装和使用。
mcporter 支持哪些平台?
mcporter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mcporter?
由 Livvux(@livvux)开发并维护,当前版本 v1.0.0。