mcporter

List MCP servers, inspect schemas, and generate CLI or TypeScript stubs.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill mcporter-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Luzzer/Kraken/tree/main/skills/mcporter
Command: npx skills add https://github.com/Luzzer/Kraken --skill mcporter-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline MCP server management by enabling direct interaction with MCP servers and tools through the mcporter CLI, including ad-hoc servers, configuration edits, and CLI/type generation.

Core Features & Use Cases

  • List MCP servers and their schemas quickly to inspect available tooling.
  • Execute calls to server tools via standard HTTP or STDIO, enabling ad-hoc server usage and scripting.
  • Manage authentication and configuration with built-in OAuth and config commands, plus generation of client code or CLI/stubs.
  • Design use cases around automation, server provisioning, and tooling integration for MCP workflows.

Quick Start

Use mcporter to list MCP servers, inspect their schemas, and call server tools with key=value to perform common MCP tasks.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I list MCP servers and inspect their schemas?

To list MCP servers and inspect their schemas, use the mcporter CLI to quickly query available tooling. This allows you to understand server capabilities and available tools before executing calls or generating code.

How do I call MCP server tools from the command line?

You can call MCP server tools directly from the command line using the mcporter CLI. It supports executing tool calls via standard HTTP or STDIO contexts by passing key=value arguments for ad-hoc usage and scripting.

How do I configure authentication for MCP servers?

To configure authentication for MCP servers, use the built-in OAuth and config commands provided by mcporter. This streamlines managing server settings and credentials for your MCP workflows.

Can I generate TypeScript stubs for MCP workflows?

Yes, you can generate TypeScript stubs and CLI code for MCP workflows. The mcporter CLI includes code generation commands to produce client stubs for interacting with servers in HTTP or STDIO contexts.

Do I need Node.js to manage MCP server configurations with mcporter?

Yes, you need a Node-based environment to use mcporter. The tool requires a Node-based mcporter installation to manage server settings, authentication, and code generation for MCP workflows.

What is the best way to automate ad-hoc MCP server usage and scripting?

The best way to automate ad-hoc MCP server usage is by using the mcporter CLI to execute tool calls over HTTP or STDIO. This enables direct interaction, server provisioning, and tooling integration for automation.