| name | mcporter |
| description | Manage and call MCP servers (list, call, auth, daemon). |
| homepage | http://mcporter.dev |
| metadata | [object Object] |
mcporter
Use mcporter to list MCP servers and call tools.
Quick start
mcporter listmcporter list <server> --schemamcporter call <server.tool> arg=value
Auth + lifecycle
- OAuth:
mcporter auth <server> - Daemon:
mcporter daemon status|start|stop
Ad-hoc servers
- HTTP:
mcporter list --http-url https://host/mcp --name <name> - STDIO:
mcporter call --stdio "bun run ./server.ts" --name <name>
Notes
- Config sources:
~/.mcporter/mcporter.json[c]andconfig/mcporter.json. - Prefer
--jsonwhen you need machine-readable output.