mcporter

Interact with MCP servers and tools via CLI over HTTP or stdio.

39|10|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lllooollpp/clawdbot-cn --skill mcporter-lllooollpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/lllooollpp/clawdbot-cn/tree/main/skills/mcporter
Command: npx skills add https://github.com/lllooollpp/clawdbot-cn --skill mcporter-lllooollpp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows direct interaction with MCP (Machine Communication Protocol) servers and tools, simplifying tasks like listing, configuring, authenticating, and calling servers and their associated tools.

Core Features & Use Cases

  • Server Interaction: List available MCP servers and tools, including schema details.
  • Tool Execution: Call tools on specified servers with key-value arguments, function syntax, or JSON payloads. Supports HTTP and stdio communication.
  • Configuration & Auth: Manage server configurations, authenticate via OAuth, and start/stop the mcporter daemon.
  • Code Generation: Generate CLI interfaces and TypeScript definitions for MCP servers and commands.

Quick Start

Use mcporter to call the linear.list_issues tool with the team set to ENG and a limit of 5.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I call tools on an MCP server from the command line?

You can call tools on an MCP server by using the CLI to execute commands with key-value arguments, function syntax, or JSON payloads. The tool supports communication over both HTTP and stdio.

Can I generate TypeScript definitions for MCP servers?

Yes, you can generate TypeScript definitions and CLI interfaces for MCP servers and commands. This allows you to integrate server interactions directly into your TypeScript projects.

How do I authenticate with MCP servers using OAuth?

You can authenticate with MCP servers via OAuth by managing server configurations directly through the CLI. This feature handles the authentication flow required to access protected server resources.

How do I list available tools and schemas on a remote MCP server?

You can list available MCP servers and tools, including their schema details, by using the server interaction commands provided. This allows you to inspect available functions before execution.

Do I need to run a daemon to manage my MCP server connections?

You can start and stop the daemon to manage your MCP server connections. Running the daemon allows you to handle background processes and maintain persistent server configurations.

What is the best way to automate tool execution across multiple MCP servers?

The best way to automate tool execution across MCP servers is by using the CLI to configure servers and execute tools with JSON payloads. This enables automated workflows over HTTP or stdio.