A native MCP Server that searches a global registry of MCP tools.
Project description
MCP Registry Client
The MCP Registry Client 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.
It implements the "Inception Protocol" — using an MCP tool to find MCP tools.
Installation
You can install and run this server directly via uvx (recommended) or npx:
Using Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"search_mcp_registry": {
"command": "uvx",
"args": ["mcp-registry-client"]
}
}
}
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
uvxornpxcommands 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": ["mcp-registry-client"],
"env": {
"REGISTRY_API_URL": "https://your-custom-api.com/v1/tools",
"REGISTRY_API_KEY": "your_personal_api_key"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_registry_client-0.1.0.tar.gz.
File metadata
- Download URL: mcp_registry_client-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b3e32bf626d9c22819f4d02a9ac6aa721f13a0fbc70e4224e81d0a27b3ba809
|
|
| MD5 |
3ae0950d9046d6f9902ddcf438d0900d
|
|
| BLAKE2b-256 |
cc0832538292604ff7561986d7621abd21b6e8f424ad3999cf032e7c521d1730
|
File details
Details for the file mcp_registry_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_registry_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e82105f7372d7511149ebc23dfa55d8796a2fed4c5c8ea19309561a553748e82
|
|
| MD5 |
245761cdca19cccb6b23f59e85f4ea2a
|
|
| BLAKE2b-256 |
1496b31089596d88e78328b564a38eb5e937f55d815568785cdb96513daffca2
|