← 返回 Skills 市场
MCPorter MCP CLI
作者
Pratik Narola
· GitHub ↗
· v1.0.0
· MIT-0
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcporter-mcp
功能描述
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 gene...
使用说明 (SKILL.md)
mcporter
Use mcporter to work with MCP servers directly.
Quick start
mcporter listmcporter list \x3Cserver> --schemamcporter call \x3Cserver.tool> key=value
Call tools
- Selector:
mcporter call linear.list_issues team=ENG limit:5 - Function syntax:
mcporter call "linear.create_issue(title: \"Bug\")" - Full URL:
mcporter call https://api.example.com/mcp.fetch url:https://example.com - Stdio:
mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com - JSON payload:
mcporter call \x3Cserver.tool> --args '{"limit":5}'
Auth + config
- OAuth:
mcporter auth \x3Cserver | url> [--reset] - Config:
mcporter config list|get|add|remove|import|login|logout
Daemon
mcporter daemon start|status|stop|restart
Codegen
- CLI:
mcporter generate-cli --server \x3Cname>or--command \x3Curl> - Inspect:
mcporter inspect-cli \x3Cpath> [--json] - TS:
mcporter emit-ts \x3Cserver> --mode client|types
Notes
- Config default:
./config/mcporter.json(override with--config). - Prefer
--output jsonfor machine-readable results.
安全使用建议
Before installing, understand that mcporter can contact remote MCP servers, use credentials, change local mcporter configuration, run stdio server commands, and start a daemon. Use it only with MCP servers and commands you trust, and avoid passing secrets or private data unless you intend to share them with that server.
能力标签
能力评估
Purpose & Capability
The documented purpose is to list, configure, authenticate to, and call MCP servers/tools via mcporter; the examples match that purpose, including HTTP, stdio, auth, config, daemon, and code generation use.
Instruction Scope
The instructions are broad because they enable arbitrary MCP server calls and stdio subprocess invocation, but this breadth is explicit and directly tied to the skill's stated CLI purpose.
Install Mechanism
Install metadata declares a Node package install for the mcporter binary; the skill artifact itself contains only SKILL.md and no executable scripts or hidden install steps.
Credentials
Network calls, local subprocess execution, and config changes are proportionate for a direct MCP CLI tool, but users should review endpoints, commands, and arguments before use.
Persistence & Privilege
The skill documents auth, config changes, and daemon start/stop commands, which may create local state or long-running processes; these are disclosed rather than automatic.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcporter-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcporter-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: MCP server/tool CLI for listing, configuring, auth, and calling MCP servers directly
元数据
常见问题
MCPorter MCP CLI 是什么?
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 gene... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26 次。
如何安装 MCPorter MCP CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcporter-mcp」即可一键安装,无需额外配置。
MCPorter MCP CLI 是免费的吗?
是的,MCPorter MCP CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MCPorter MCP CLI 支持哪些平台?
MCPorter MCP CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MCPorter MCP CLI?
由 Pratik Narola(@pratiknarola)开发并维护,当前版本 v1.0.0。
推荐 Skills