mcporter-skill
// 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.
$ git log --oneline --stat
stars:370
forks:70
updated:February 19, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namemcporter-skill
descriptionUse 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.
homepagehttps://github.com/pdxfinder/mcporter
metadata[object Object]
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