mcporter
Installation
SKILL.md
MCPorter - Generic MCP Access
Use mcporter to work with MCP servers directly. MCPorter auto-discovers MCP configurations from OpenCode, Cursor, Claude, and other supported tools.
Quick Reference
| Action | Command | Description |
|---|---|---|
| discover | ./scripts/mcporter.sh discover |
List all configured MCP servers |
| list | ./scripts/mcporter.sh list <server> |
List tools available on a server |
| call | ./scripts/mcporter.sh call <server>.<tool> [args...] |
Call an MCP tool |
| help | ./scripts/mcporter.sh help |
Show usage help |
How to Use
Natural Language
- "What MCP servers are available?"
- "List tools on the firecrawl server"
- "Call the scrape tool on firecrawl with url=https://example.com"