mcporter

Manage MCP servers via the mcporter CLI with OAuth and TypeScript generation.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill mcporter-balic-ai-ml-r-d-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents/tree/main/packages/skills/skills/mcporter
Command: npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill mcporter-balic-ai-ml-r-d-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mcporter enables developers to manage MCP servers directly from the command line, handling authentication, server interactions, and schema-driven tooling without bespoke scripts.

Core Features & Use Cases

  • List MCP servers and their tools, inspect schemas, and call a server tool with key=value pairs.
  • Manage authentication flows (OAuth) and configuration for multiple MCP endpoints, and generate client-side wrappers or TypeScript types from server definitions.
  • Use with the mcporter daemon and configuration to streamline automation in CI/CD or development workflows.

Quick Start

Use mcporter to list MCP servers, inspect schemas, and call a tool on a selected server.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I manage MCP servers from the command line without writing custom scripts?

You can manage MCP servers from the command line using the mcporter CLI to handle server interactions, list available tools, and inspect schemas without bespoke automation scripts.

How do I handle OAuth authentication flows for multiple MCP endpoints in a CLI workflow?

Handle OAuth authentication for multiple MCP endpoints by using mcporter to manage authentication flows and configuration directly within your CLI development workflows.

Can I generate TypeScript types directly from MCP server definitions?

Yes, you can generate TypeScript types and client-side wrappers directly from MCP server definitions using the mcporter CLI to streamline schema-driven tooling and type safety.

How do I inspect schemas and invoke tools on an MCP server?

Inspect schemas and invoke server tools by calling the mcporter CLI with key=value pairs to easily execute selected tools and review their definitions.

Do I need the mcporter daemon to automate MCP server tasks in CI/CD pipelines?

Yes, you use the mcporter daemon and its configuration to streamline MCP server automation and tool invocation within CI/CD pipelines or local development workflows.