mcporter

Manage MCP servers, call tools, and generate CLI wrappers.

23|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill mcporter-neolabs-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/NeoLabs-Systems/NeoAgent/tree/main/server/catalog_sources/store-bundles/skills/mcp/mcporter
Command: npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill mcporter-neolabs-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing and interacting with Model Context Protocol (MCP) servers and tools, enabling users to list, configure, authenticate, and call servers directly, including ad-hoc servers and CLI/type generation.

Core Features & Use Cases

  • Server Management: List, configure, and manage MCP servers.
  • Ad-hoc Calls: Directly call tools on MCP servers or ad-hoc servers.
  • CLI Generation: Generate CLI wrappers and TypeScript types for MCP servers.
  • Use Case: Automate tasks such as listing MCP servers on a machine, calling a tool on a specific server, or generating a CLI wrapper for a server.

Quick Start

Use the mcporter skill to list all MCP servers configured on your machine.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I list and manage MCP servers configured on my machine?

To manage MCP servers, you can use a CLI to list configured servers, update configurations, and handle authentication directly. This streamlines server management by automating listing, configuration, and tool invocation tasks.

How do I call a tool on an ad-hoc MCP server?

You can call tools on ad-hoc MCP servers directly through CLI commands. This allows immediate tool invocation without permanent configuration, enabling quick interactions and testing of server integration tools.

Can I generate TypeScript types and CLI wrappers for MCP servers?

Yes, CLI generation supports creating TypeScript types and CLI wrappers for MCP servers. This automates the development of server integration tools by generating the necessary scripts and type definitions.

Do I need to install anything globally to manage MCP servers with npx?

No global installation is required because the tool runs via npx. You need npx available in your environment to execute scripts, generate TypeScript types, and manage MCP server configurations.

How do I handle authentication when configuring MCP servers?

MCP server management includes built-in authentication configuration. You can authenticate servers directly through CLI commands to securely manage and invoke tools on protected endpoints.