| name | mcporter |
| description | Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line. |
mcporter โ MCP Server CLI
Use the mcporter CLI to list, configure, and call MCP servers/tools directly from the command line.
When to Use
- When you need to call tools on external MCP servers (Linear, etc.)
- When listing available MCP servers and their tools
- When configuring new MCP servers
Commands
List servers
mcporter list
mcporter list --schema
mcporter list --json
mcporter list <server-name> --schema
Call tools
mcporter call <server>.<tool> key=value ...
mcporter call <server>.Tasks
Configuration
mcporter config list
mcporter config add <name> --command <cmd> --args <args...>
mcporter config remove <name>
Available Servers
Note: For spawning parallel agents, use agents teams instead of MCP servers. See the teams skill for details.
Config Location
~/.mcporter/mcporter.json โ global config with server definitions.
Install
npm install -g mcporter