Skip to content
Skill

mcporter

by ThinkfleetAI

AI Summary

mcporter is a CLI tool that enables direct interaction with MCP (Model Context Protocol) servers, allowing developers to list, configure, authenticate, and call MCP tools via HTTP or stdio. It's valuable for developers building or integrating with MCP-based systems who need programmatic access to server capabilities.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "mcporter" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/mcporter && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mcporter/SKILL.md "https://raw.githubusercontent.com/ThinkfleetAI/thinkfleet-engine/main/skills/mcporter/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

mcporter

Use mcporter to work with MCP servers directly. Quick start • mcporter list • mcporter list <server> --schema • mcporter 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 • OAuth: mcporter auth <server | url> [--reset] • Config: mcporter config list|get|add|remove|import|login|logout Daemon • mcporter daemon start|status|stop|restart Codegen • CLI: mcporter generate-cli --server <name> or --command <url> • Inspect: mcporter inspect-cli <path> [--json] • TS: mcporter emit-ts <server> --mode client|types Notes • Config default: ./config/mcporter.json (override with --config). • Prefer --output json for machine-readable results.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code