mcporter

List, configure, authenticate, and call MCP servers and tools via the mcporter CLI.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill mcporter-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/skills/mcporter
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill mcporter-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP server and tooling management in a single, cohesive CLI simplifies authenticating, configuring, and invoking MCP services, reducing manual scripting and errors.

Core Features & Use Cases

  • List, configure, authenticate, and call MCP servers/tools via the mcporter CLI (HTTP or stdio).
  • Create and manage ad-hoc MCP servers, perform config edits, and generate CLI/type artifacts for integration.
  • Use cases include exploring server capabilities, issuing commands to specific tools, authenticating sessions, and generating client code or types for your app.

Quick Start

Install mcporter and run a quick start by listing servers, authenticating, and calling a server tool.

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?

You can manage MCP servers from the CLI by listing, configuring, authenticating, and calling server tools directly through HTTP or stdio connections, consolidating manual scripts into a single workflow.

Can I generate client code or types for MCP server tools?

Yes, you can generate CLI and type artifacts for MCP server tools. The CLI supports codegen workflows to automatically create client code and types for direct integration into your application.

Does the mcporter CLI support ad-hoc MCP server creation?

Yes, the mcporter CLI supports ad-hoc MCP server creation. You can create and manage ad-hoc servers, perform configuration edits, and authenticate sessions directly from the command line.

What is the best way to authenticate and configure MCP server sessions?

The best way to authenticate and configure MCP server sessions is through a unified CLI that handles authentication and configuration workflows, allowing you to securely manage settings and introspect server capabilities.

How do I list available tools on an MCP server?

You list available tools on an MCP server by running a list command in the CLI, which performs server introspection to explore capabilities and display callable tools over HTTP or stdio.