What problem does it solve?
It helps you reliably set up and use MCP (Model Context Protocol) servers so you can discover schemas, configure authentication, and invoke tools without hand-building HTTP or stdio integrations.
Core Features & Use Cases
- Server discovery & schema inspection: List MCP servers and fetch tool schemas for faster integration.
- Direct tool calling: Invoke tools with simple selectors like server.tool, including full URLs and stdio ad-hoc servers.
- Auth & configuration management: Perform OAuth auth flows and edit configuration (add/remove/import/login/logout) to keep environments consistent.
- Daemon and code generation: Run a daemon for lifecycle management and generate CLIs/type definitions for clients.
Quick Start
Use mcporter to list available MCP servers and inspect a tool schema for a chosen server.