ワンクリックで
mcporter
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Publish packages to registries (npm, PyPI, crates.io, Docker, etc.). Auto-detects project type or defers to project-specific instructions. Handles versioning, changelog, tests, publish, and git tags. Supports environment targets (preprod, prod). Triggers on: release, publish, ship, cut a release, deploy to prod.
Manage named bundles of environment variables backed by macOS Keychain. Create bundles, add secrets, and inject them into agent runs. Use this skill when working with credentials, API keys, or sensitive configuration.
Drive a browser to automate websites — fill forms, click buttons, take screenshots, scrape pages. Uses the built-in `browser` command (or `agents browser`).
Manage AI coding agent CLIs with agents-cli. Triggers on: 'agents add', 'agents use', 'agents pull', 'agents push', installing agent versions, syncing agent config, switching between agent versions, managing MCP servers, or when user mentions the agents-cli tool.
SOC 職業分類に基づく
| name | mcporter |
| description | Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line. |
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
# List all configured MCP servers
mcporter list
# List with tool schemas
mcporter list --schema
# JSON output
mcporter list --json
# List tools for a specific server
mcporter list <server-name> --schema
# Call a tool: mcporter call <server>.<tool> key=value ...
mcporter call <server>.<tool> key=value ...
mcporter call <server>.Tasks
# View config
mcporter config list
# Add a server
mcporter config add <name> --command <cmd> --args <args...>
# Remove a server
mcporter config remove <name>
Note: For spawning parallel agents, use
agents teamsinstead of MCP servers. See theteamsskill for details.
~/.mcporter/mcporter.json — global config with server definitions.
npm install -g mcporter