/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-server-discovery - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-server-discovery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1358 次。
如何安装 MCP Server Discovery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcp-server-discovery」即可一键安装,无需额外配置。
MCP Server Discovery 是免费的吗?
是的,MCP Server Discovery 完全免费(开源免费),可自由下载、安装和使用。
MCP Server Discovery 支持哪些平台?
MCP Server Discovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MCP Server Discovery?
由 Yanick112(@yanick112)开发并维护,当前版本 v1.0.0。