mcporter
Installation
Summary
Direct CLI access to MCP servers with tool calling, auth, and code generation.
- Call tools across HTTP servers, stdio processes, and ad-hoc endpoints using selector syntax, function calls, or JSON payloads
- Manage server configuration, OAuth authentication, and daemon lifecycle from the command line
- Generate TypeScript types and CLI wrappers for any MCP server or custom endpoint
- Inspect and list available tools with schema details to understand server capabilities before calling
SKILL.md
mcporter
Use mcporter to work with MCP servers directly.
Quick start
mcporter listmcporter list <server> --schemamcporter call <server.tool> key=value
Call tools
- Selector:
mcporter call linear.list_issues team=ENG limit:5 - Function syntax:
mcporter call "linear.create_issue(title: \"Bug\")" - Full URL:
mcporter call https://api.example.com/mcp.fetch url:https://example.com - Stdio:
mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com - JSON payload:
mcporter call <server.tool> --args '{"limit":5}'
Auth + config
Related skills
More from steipete/clawdis
summarize
Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.
15.3Kweather
Get current weather, rain, temperature, and forecasts for locations or travel planning.
4.3Ktmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
3.4Kgog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
3.1Knano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
2.7Kopenai-whisper
Local speech-to-text with the Whisper CLI (no API key).
2.6K