MCP HubMCP Hub
Вернуться к навыкам

mcporter

steipete
Обновлено Today
826 просмотров
468
45
468
Посмотреть на GitHub
Разработкаmcp

О программе

Навык mcporter позволяет разработчикам управлять и вызывать серверы Model Context Protocol (MCP) напрямую из Claude. Он предоставляет команды для вывода списка доступных серверов, вызова их инструментов с аргументами, а также для обработки аутентификации и управления жизненным циклом демона. Используйте этот навык для интеграции и тестирования функциональности серверов 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.

Просмотреть навык