mcporter-skill
3
总安装量
3
周安装量
#55294
全站排名
安装命令
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill mcporter-skill
Agent 安装分布
codex
3
openclaw
2
gemini-cli
2
github-copilot
2
kimi-cli
2
cursor
2
Skill 文档
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 <server-name> <tool-name> [arguments...]
Generate CLI/Types
mcporter generate cli <server-name>
mcporter generate types <server-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