mcporter

Manage MCP servers and tools via the mcporter CLI.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cogpy/clawcog --skill mcporter-cogpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/cogpy/clawcog/tree/main/skills/mcporter
Command: npx skills add https://github.com/cogpy/clawcog --skill mcporter-cogpy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcporter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with Micro-Client Protocol (MCP) servers and tools, enabling direct listing, configuration, authentication, and execution of server/tool commands via HTTP or stdio.

Core Features & Use Cases

  • Server/Tool Management: List available MCP servers and tools, including schema introspection.
  • Command Execution: Call tools on servers with key-value arguments or JSON payloads, supporting direct URLs and stdio execution.
  • Authentication & Configuration: Manage server authentication (OAuth) and configure mcporter settings.
  • Code Generation: Generate CLI wrappers or TypeScript definitions for MCP servers/commands.

Quick Start

Use mcporter to call the linear.list_issues tool on the ENG team, limiting the results to 5.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I interact with an MCP server and list available tools?

To interact with an MCP server, you can use mcporter to list available servers and tools, including schema introspection. It facilitates direct communication and command execution via HTTP or stdio.

How do I execute commands on an MCP server using JSON payloads?

You can execute commands on an MCP server by calling tools with key-value arguments or JSON payloads. mcporter supports direct URLs and stdio execution to run the specified server commands.

Can I generate TypeScript definitions or CLI wrappers for MCP servers?

Yes, you can generate CLI wrappers or TypeScript definitions for MCP servers and commands. This code generation feature helps integrate MCP server interactions into your tooling and automation workflows.

Do I need the mcporter package installed to manage MCP server authentication?

Yes, you need the mcporter package installed to manage MCP server authentication. The Skill operates via the mcporter CLI to handle OAuth and configure server settings for HTTP and stdio communication.

What is the best way to configure Micro-Client Protocol settings for ad-hoc server management?

The best way to configure Micro-Client Protocol settings is by using the mcporter CLI for ad-hoc server management. It supports configuration editing, authentication management, and direct interaction with MCP tools.