MCP HubMCP Hub
스킬 목록으로 돌아가기

mcporter

steipete
업데이트됨 Today
827 조회
468
45
468
GitHub에서 보기
개발mcp

정보

mcporter 스킬은 개발자가 Claude에서 직접 Model Context Protocol(MCP) 서버를 관리하고 호출할 수 있도록 합니다. 이 스킬은 사용 가능한 서버를 나열하고, 인수를 사용해 해당 서버의 도구를 호출하며, 인증 및 데몬 생명주기를 처리하는 명령어를 제공합니다. 개발 워크플로우에서 MCP 서버 기능을 통합하고 테스트할 때 이 스킬을 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add steipete/clawdis
플러그인 명령대체
/plugin add https://github.com/steipete/clawdis
Git 클론대체
git clone https://github.com/steipete/clawdis.git ~/.claude/skills/mcporter

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

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.

GitHub 저장소

steipete/clawdis
경로: skills/mcporter
relaywhatsapp

연관 스킬

qmd

개발

qmd is a local search and indexing CLI tool that enables developers to index and search through local files using hybrid search combining BM25, vector embeddings, and reranking. It supports both command-line usage and MCP (Model Context Protocol) mode for integration with Claude. The tool uses Ollama for embeddings and stores indexes locally, making it ideal for searching documentation or codebases directly from the terminal.

스킬 보기

connect-mcp-server

디자인

This skill provides a comprehensive guide for developers to connect MCP servers to Claude Code using HTTP, stdio, or SSE transports. It covers installation, configuration, authentication, and security for integrating external services like GitHub, Notion, and custom APIs. Use it when setting up MCP integrations, configuring external tools, or working with Claude's Model Context Protocol.

스킬 보기

cloudflare-browser-rendering

메타

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.

스킬 보기

moai-plugin-builder

기타

This skill provides patterns, templates, and best practices for developing Claude Code plugins. Use it when creating plugins, defining components like commands and hooks, or troubleshooting plugin issues. It covers essential structures including plugin manifests, agents, skills, and MCP/LSP configurations.

스킬 보기