What problem does it solve?
The mcporter CLI removes friction from discovering, configuring, authenticating, and invoking MCP servers and tools from the terminal so developers and integrators can call model-context tools without manual HTTP or stdio plumbing.
Core Features & Use Cases
- Discover locally configured and registry-listed MCP servers and connect ad-hoc via HTTP URLs or stdio commands.
- Invoke tools with key=value or function-style arguments and request machine-readable JSON output for automation and orchestration.
- Manage OAuth authentication flows, persistent daemon connections, configuration import/export, and generate CLI wrappers or TypeScript clients for integration.
- Use Case: Automate invoking a scraping tool or creating issues via an MCP tool from CI scripts or local automation.
Quick Start
Use mcporter to list configured servers and call a tool with a key=value argument to retrieve JSON output.