Back to Skills

mcporter

steipete
Updated Today
27 views
468
45
468
View on GitHub
Developmentmcp

About

The mcporter skill enables developers to manage and call Model Context Protocol (MCP) servers directly from Claude. It provides commands to list available servers, call their tools with arguments, and handle authentication and daemon lifecycle. Use this skill for integrating and testing MCP server functionality in your development workflow.

Documentation

mcporter

Use mcporter to list MCP servers and call tools.

Quick start

  • mcporter list
  • mcporter list <server> --schema
  • mcporter call <server.tool> arg=value

Auth + lifecycle

  • OAuth: mcporter auth <server>
  • Daemon: mcporter daemon status|start|stop

Ad-hoc servers

  • HTTP: mcporter list --http-url https://host/mcp --name <name>
  • STDIO: mcporter call --stdio "bun run ./server.ts" --name <name>

Notes

  • Config sources: ~/.mcporter/mcporter.json[c] and config/mcporter.json.
  • Prefer --json when you need machine-readable output.

Quick Install

/plugin add https://github.com/steipete/clawdis/tree/main/mcporter

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

steipete/clawdis
Path: skills/mcporter
relaywhatsapp

Related Skills

mcp-builder

Meta

mcp-builder is a development guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use this skill when building MCP servers to integrate external APIs or services in either Python (FastMCP) or Node/TypeScript (MCP SDK). It provides a structured workflow and principles for developing effective, agent-centric tools.

View skill

connect-mcp-server

Design

This skill provides a comprehensive guide for connecting MCP (Model Context Protocol) servers to Claude Code using HTTP, stdio, and SSE transports. It covers the complete setup process including installation, configuration, authentication, and security for integrating external services like GitHub, Notion, and databases. Use this when you need to add MCP server integrations, configure external tools, or connect to custom APIs in your development workflow.

View skill

create-claude-plugin

Meta

This skill provides a comprehensive guide for developers to create Claude Code plugins that bundle skills, agents, commands, hooks, and MCP servers for distribution. It covers plugin structure, configuration, testing, and publishing to enable team collaboration and community sharing. Use this when you need to package, distribute, or publish collections of Claude Code extensions via plugin marketplaces.

View skill

cloudflare-browser-rendering

Meta

Cloudflare Browser Rendering provides a headless browser automation API for tasks like taking screenshots, generating PDFs, scraping dynamic content, and testing web applications. It supports multiple integration methods including a REST API, Workers Bindings for Puppeteer/Playwright, and MCP servers. Use this skill when you need to automate browser interactions or extract data from JavaScript-heavy websites.

View skill