/install mcp-server-discovery
MCP Server Discovery
This skill helps you discover and manage MCP (Model Context Protocol) servers.
What is MCP?
Model Context Protocol (MCP) is an open standard that enables AI systems to connect with external data sources and tools. It provides a standardized way for AI assistants to access files, databases, APIs, and other resources.
Available Commands
Use the scripts/mcp_discover.py script for all MCP operations:
List Available Servers
python3 scripts/mcp_discover.py list
Filter by category:
python3 scripts/mcp_discover.py list --category database
Categories: filesystem, dev, database, web, search, memory
Search for Servers
python3 scripts/mcp_discover.py search --query "database"
Get Server Details
python3 scripts/mcp_discover.py info --name postgres
Generate MCP Client Configuration
python3 scripts/mcp_discover.py config --servers "filesystem,github,memory"
Common Workflows
Setting up a new MCP client
- List available servers to see options
- Select the servers you need
- Generate configuration with those servers
- Save the output to your MCP client's config file
Finding the right server
- Use
searchwith keywords related to your need - Use
infoto get detailed information about a specific server - Check the install command and URL for setup instructions
Server Categories
- filesystem: File system access and management
- dev: Development tools and integrations (GitHub, etc.)
- database: Database connections (PostgreSQL, SQLite)
- web: Web scraping and content fetching
- search: Search engine integrations
- memory: Persistent memory and knowledge graph
JSON Output
All commands support --json flag for programmatic use:
python3 scripts/mcp_discover.py list --json
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-server-discovery - After installation, invoke the skill by name or use
/mcp-server-discovery - Provide required inputs per the skill's parameter spec and get structured output
What is MCP Server Discovery?
Discover, search, and manage MCP (Model Context Protocol) servers. Use when the user needs to find MCP servers, get server information, generate MCP client c... It is an AI Agent Skill for Claude Code / OpenClaw, with 1358 downloads so far.
How do I install MCP Server Discovery?
Run "/install mcp-server-discovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MCP Server Discovery free?
Yes, MCP Server Discovery is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MCP Server Discovery support?
MCP Server Discovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MCP Server Discovery?
It is built and maintained by Yanick112 (@yanick112); the current version is v1.0.0.