mcporter — управление MCP-серверами из терминала

★ 7.1 · integration

mcporter is a Claude Code skill that lets you discover, call, and manage MCP (Model Context Protocol) servers and tools directly from the terminal. It runs via npx without a global install: `mcporter list` auto-discovers servers already configured by MCP clients like Claude Desktop or Cursor, while `mcporter call <server.tool>` invokes any tool using key=value, function, or JSON argument syntax. Ad-hoc connections to HTTP and stdio servers work without any config file, making one-off calls straightforward. The skill also covers OAuth authentication, config management, a daemon mode for persistent server connections, and code generation — `mcporter generate-cli` and `mcporter emit-ts` produce CLI wrappers and TypeScript types or clients for any MCP server. It's aimed at developers who need to explore the MCP ecosystem, test tools interactively, or integrate MCP calls into scripts and automation pipelines.