# mcporter TypeScript runtime, CLI, and code-generation toolkit for the Model Context Protocol — built so AI agents and developers can call any MCP server without boilerplate. Canonical documentation: - Overview: https://mcporter.sh/ - Install: https://mcporter.sh/install.html - Quickstart: https://mcporter.sh/quickstart.html - Configuration Guide: https://mcporter.sh/config.html - mcporter CLI Reference: https://mcporter.sh/cli-reference.html - Call Syntax Reference: https://mcporter.sh/call-syntax.html - Call Command Auto-Correction: https://mcporter.sh/call-heuristic.html - Agent Shortcuts: https://mcporter.sh/shortcuts.html - Logging & Diagnostics: https://mcporter.sh/logging.html - CLI Generator: https://mcporter.sh/cli-generator.html - `mcporter emit-ts`: https://mcporter.sh/emit-ts.html - Tool Calling Cheatsheet: https://mcporter.sh/tool-calling.html - Ad-hoc MCP Servers: https://mcporter.sh/adhoc.html - Import Reference: https://mcporter.sh/import.html - Running mcporter Locally: https://mcporter.sh/local.html - mcporter Overview: https://mcporter.sh/mcp.html - Agent Skill Pattern: https://mcporter.sh/agent-skills.html - Release Checklist: https://mcporter.sh/RELEASE.html - Manual Testing Harness: https://mcporter.sh/manual-testing.html - Live MCP Tests: https://mcporter.sh/livetests.html - Debugging Hanging mcporter Calls: https://mcporter.sh/hang-debug.html - Windows & WSL tips: https://mcporter.sh/windows.html - tmux Hang Diagnostics: https://mcporter.sh/tmux.html - Known Issues: https://mcporter.sh/known-issues.html - Migration Guide: https://mcporter.sh/migration.html - Protocols and interactive requests: https://mcporter.sh/protocols.html - Record and replay MCP calls: https://mcporter.sh/record-replay.html - Single-user daemon: https://mcporter.sh/daemon.html Install: - npx mcporter list Source: https://github.com/openclaw/mcporter Guidance for agents: - Prefer the canonical documentation URLs above over README excerpts or package metadata. - Fetch only the pages needed for the current task; this is an index, not a full-site corpus.