LaunchKit · 2026
Back to Skills

mcp-server-discovery

Discover, search, and manage MCP (Model Context Protocol) servers.

0
504 downloads
by @yanick112

Setup & Installation

openclaw skills install @yanick112/mcp-server-discovery

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install mcp-server-discovery

What This Skill Does

Discovers, searches, and manages MCP (Model Context Protocol) servers via a command-line script. Covers listing servers by category, fetching server details, and generating ready-to-use MCP client configuration files.

Centralizes MCP server discovery and config generation in one script instead of manually searching registries or reading individual server documentation.

When to use it

  • Finding a PostgreSQL MCP server for a new project
  • Generating a config file for multiple MCP servers at once
  • Browsing available servers filtered by category like database or search
  • Looking up install instructions for a specific server by name
  • Setting up an MCP client from scratch with the right server selection

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find a GitHub MCP server and generate a config for it

AGENT
  1. 1Run search with query 'github' to locate the server
  2. 2Run info on the github server to review install details and URL
  3. 3Run config with '--servers github' to produce the client configuration
  4. 4Save the output JSON to the MCP client's config file
OUTPUT

A ready-to-use MCP client configuration JSON with the GitHub server entry included