Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Find a GitHub MCP server and generate a config for it
- 1Run search with query 'github' to locate the server
- 2Run info on the github server to review install details and URL
- 3Run config with '--servers github' to produce the client configuration
- 4Save the output JSON to the MCP client's config file
A ready-to-use MCP client configuration JSON with the GitHub server entry included