← Back to Skills Marketplace
Mcporter Cli
by
zhangzhifeng
· GitHub ↗
· v1.0.1
· MIT-0
275
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install mcporter-cli
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 gene...
Usage Guidance
This skill is an instruction wrapper for an external mcporter CLI. Before installing or using it: 1) Verify the npm package 'mcporter' and its publisher (check the package page, README, and source repository) and prefer installing from a trustworthy registry; 2) Be aware mcporter may perform network calls to servers you specify and will store auth tokens/config at ./config/mcporter.json by default — treat that file as sensitive; 3) Confirm the homepage/owner information (there is a mismatch between registry metadata and the included _meta.json ownerId) to ensure you're installing the intended project; 4) For initial use, run the CLI in a controlled environment (sandbox or VM) and inspect the config file created by mcporter to see what credentials are stored.
Capability Analysis
Type: OpenClaw Skill
Name: mcporter-cli
Version: 1.0.1
The mcporter-cli skill provides a wrapper for the mcporter tool, which includes high-risk capabilities such as executing arbitrary commands via stdio (e.g., `mcporter call --stdio "bun run ./server.ts"`) and managing sensitive authentication credentials (`mcporter auth` and `mcporter config`). While these functions are consistent with the stated purpose of interacting with Model Context Protocol (MCP) servers, they grant the AI agent broad execution and configuration permissions that could be leveraged for unauthorized actions if the agent is misdirected. The skill is classified as suspicious due to these inherent high-risk capabilities (SKILL.md).
Capability Assessment
Purpose & Capability
Name/description match the behavior in SKILL.md: the skill simply instructs the agent to run the mcporter CLI to list, auth, call, and configure MCP servers. The declared requirement (mcporter binary) and the node install spec (npm package 'mcporter') are appropriate for that purpose.
Instruction Scope
SKILL.md stays within the CLI's domain (list/call/auth/config/daemon/codegen). It references a default config path (./config/mcporter.json) which is relevant to the CLI but means credentials or tokens may be written to disk; be aware the agent running this skill will call out to network endpoints specified via mcporter (including ad-hoc URLs) as part of normal operation.
Install Mechanism
The install uses the npm package 'mcporter' to create the mcporter binary. This is a reasonable install method for a Node-based CLI but carries the usual npm risks: verify the package name, owner, and package contents before installing. The declared homepage uses http (not https), which is less reassuring; verify the project's authenticity on npm/GitHub.
Credentials
The skill declares no required environment variables or credentials, which is proportional. However, mcporter's auth commands can perform OAuth flows and will likely store tokens in the config path (./config/mcporter.json by default). That stored data is outside the skill bundle and should be treated as local secrets.
Persistence & Privilege
always is false and the skill is not requesting elevated or persistent platform privileges. It does not attempt to modify other skills or system-wide settings according to the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcporter-cli - After installation, invoke the skill by name or use
/mcporter-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated documentation for clearer and more concise usage instructions.
- Added quick start and example command sections for common operations.
- Included detailed examples for calling tools and working with different input types.
- Documented authentication, configuration management, daemon mode, and code generation commands.
- Noted config file defaults and recommended output flags.
v1.0.0
mcporter-cli 1.0.0 – Initial release
- Provides CLI for managing MCP (Model Context Protocol) servers.
- Supports listing, adding, editing, and removing MCP servers (via HTTP or stdio).
- Enables authentication, direct tool calls, and TypeScript type generation from the CLI.
- Includes install instructions and common usage examples.
Metadata
Frequently Asked Questions
What is Mcporter 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install Mcporter Cli?
Run "/install mcporter-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mcporter Cli free?
Yes, Mcporter Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mcporter Cli support?
Mcporter Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mcporter Cli?
It is built and maintained by zhangzhifeng (@164149043); the current version is v1.0.1.
More Skills