Claude Code Plugins

Community-maintained marketplace

Feedback
432
0

Manage and call MCP servers (list, call, auth, daemon).

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 list
  • mcporter list <server> --schema
  • mcporter 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] and config/mcporter.json.
  • Prefer --json when you need machine-readable output.