What problem does it solve?
mcporter eliminates the friction of discovering, configuring, authenticating, and invoking MCP servers and their tools by letting you manage them directly from the command line.
Core Features & Use Cases
- MCP discovery and listing: Inspect available servers and tools, including optional schema output for faster integration.
- Tool invocation across transports: Call MCP tools via HTTP endpoints or via stdio for ad-hoc/local server processes.
- Auth and configuration management: Perform OAuth auth flows and manage configuration settings such as adding/removing/importing/logging in and out.
- Code generation for clients and types: Generate CLI wrappers and emit TypeScript client/types from MCP server definitions.
Quick Start
Run mcporter call linear.list_issues team=ENG limit:5 to list issues from the Linear MCP server with the provided parameters.