✓ Verified 💻 Development ✓ Enhanced Data

Mcp Server Discovery

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

Rating
4.5 (81 reviews)
Downloads
3,342 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

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

bash
python3 scripts/mcp_discover.py list

Filter by category:

bash
python3 scripts/mcp_discover.py list --category database

Categories: filesystem, dev, database, web, search, memory

Search for Servers

bash
python3 scripts/mcp_discover.py search --query "database"

Get Server Details

bash
python3 scripts/mcp_discover.py info --name postgres

Generate MCP Client Configuration

bash
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 search with keywords related to your need
  • Use info to 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:

bash
python3 scripts/mcp_discover.py list --json

Installation

Terminal bash

openclaw install mcp-server-discovery
    
Copied!

💻Code Examples

python3 scripts/mcp_discover.py list --category database

python3-scriptsmcpdiscoverpy-list---category-database.txt
Categories: filesystem, dev, database, web, search, memory

### Search for Servers

python3 scripts/mcp_discover.py config --servers "filesystem,github,memory"

python3-scriptsmcpdiscoverpy-config---servers-filesystemgithubmemory.txt
## Common Workflows

### Setting up a new MCP client

1. List available servers to see options
2. Select the servers you need
3. Generate configuration with those servers
4. Save the output to your MCP client's config file

### Finding the right server

1. Use `search` with keywords related to your need
2. Use `info` to get detailed information about a specific server
3. 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:

Tags

#devops_and-cloud

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author yanick112
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install mcp-server-discovery