Skip to main content

A native MCP Server that searches a global registry of MCP tools.

Project description

Search MCP Registry

Yoh Dawg I heard you like MCP Servers...

Search MCP Registry is a native Model Context Protocol (MCP) server that allows your AI agents (like Claude Desktop) to programmatically search, discover, and install other MCP servers.

Installation

You can install and run this server directly via uvx (recommended):

Using Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "search_mcp_registry": {
      "command": "uvx",
      "args": ["search-mcp-registry"]
    }
  }
}

Features

  • Agentic Discovery: Claude can automatically search the registry when you ask "Do you have a tool to search the web?" or "Connect to my Postgres database."
  • Auto-Installation Commands: The registry provides the exact uvx or npx commands required to install the discovered servers.

Configuration (Optional)

This client connects to the public beta of the MCP Registry backend by default. If you host your own backend or have a premium API key, you can override the defaults using environment variables:

{
  "mcpServers": {
    "search_mcp_registry": {
      "command": "uvx",
      "args": ["search-mcp-registry"],
      "env": {
        "REGISTRY_API_URL": "https://your-custom-api.com/v1/tools",
        "REGISTRY_API_KEY": "your_personal_api_key"
      }
    }
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

search_mcp_registry-0.1.0.tar.gz (60.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

search_mcp_registry-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file search_mcp_registry-0.1.0.tar.gz.

File metadata

  • Download URL: search_mcp_registry-0.1.0.tar.gz
  • Upload date:
  • Size: 60.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for search_mcp_registry-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1fd6fd7de9d6e4ea324bff96fef2263df619713c6270b436c1646611a7ed792d
MD5 20193a35b473d898face1b10457e9c7e
BLAKE2b-256 fb427f1e9b9b337bd89d2c5dd7764ad8eda9822265c7232611ace911e2e55085

See more details on using hashes here.

File details

Details for the file search_mcp_registry-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for search_mcp_registry-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 404b97441cfa750a7ea6b9a9a66c78c05f05cfa4de3573c52b316b131d0264a7
MD5 1c45925a2720398c56c39701cbc622f3
BLAKE2b-256 1910b5d7004357466cb021959fcdb3b98a0b6fa49229ab2fa7c36e0b3c19b9df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page