mcporter

Manage and call MCP servers and tools via the mcporter CLI.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill mcporter-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/mcp/mcporter
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill mcporter-humanerd-drew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npx, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of listing, configuring, authenticating, and calling MCP servers and tools directly from the terminal, enhancing productivity and ease of use.

Core Features & Use Cases

  • Server Management: List, configure, and authenticate MCP servers.
  • Tool Integration: Call and manage tools directly via the mcporter CLI.
  • Ad-hoc Servers: Connect to ad-hoc servers using HTTP URLs or stdio commands.
  • Config Management: Manage configurations and OAuth logins.
  • Code Generation: Generate CLI wrappers and TypeScript types for MCP servers.
  • Use Case: Quickly set up and interact with MCP servers for seamless API integrations and data processing.

Quick Start

Use the mcporter skill to list all MCP servers configured on your machine.

Frequently Asked Questions about mcporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and call Model Context Protocol servers from the terminal?

You can manage and call Model Context Protocol (MCP) servers from the terminal by using the mcporter CLI to list configurations, authenticate via OAuth, and execute tool calls directly.

Can I connect to ad-hoc MCP servers using HTTP or stdio?

Yes, you can connect to ad-hoc MCP servers using HTTP URLs or stdio commands, allowing you to quickly interact with tools without needing persistent configuration files.

Do I need Node.js to use the mcporter CLI for server configuration?

Yes, you need Node.js installed because the mcporter CLI runs via npx, requiring the Node.js environment to execute server management and tool calling commands.

How do I generate TypeScript clients for MCP servers?

You can generate TypeScript types and CLI wrappers for MCP servers by using the code generation features of the mcporter CLI, creating seamless API integration clients.

What is the best way to handle OAuth login for MCP API integrations?

The best way to handle OAuth login for MCP API integrations is using the mcporter CLI's config management, which streamlines authentication for secure server connections.