mcporter
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 listmcporter list <server> --schemamcporter 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]andconfig/mcporter.json. - Prefer
--jsonwhen you need machine-readable output.
Quick Install
/plugin add https://github.com/steipete/clawdis/tree/main/mcporterCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
mcp-builder
Metamcp-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.
connect-mcp-server
DesignThis 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.
create-claude-plugin
MetaThis 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.
cloudflare-browser-rendering
MetaCloudflare 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.
