
Open Mcp Registry
Search the public MCP Registry from your agent so you can pick and wire the right servers without tab-hopping.
Overview
open-mcp-registry is an MCP server for the Build phase that searches and discovers MCP servers from the official MCP Registry over stdio.
What is this MCP server?
- Stdio PyPI package open-mcp-registry v0.1.0 for local MCP client wiring
- Search and discover entries from the MCP Registry catalog
- GitHub source: OnticX/search-mcp-registry
- Lightweight discovery layer—no hosted remote URL in server manifest
- Package version 0.1.0 on PyPI identifier open-mcp-registry
- Transport: stdio
- Repository: github.com/OnticX/search-mcp-registry
What problem does it solve?
Builders waste time manually hunting registry pages when the agent could not search the MCP catalog programmatically.
Who is it for?
Anyone bootstrapping an agent toolchain who wants registry search inside the IDE workflow.
Skip if: Teams that already curate a fixed MCP list or need runtime execution of third-party tools without a separate install step.
What do I get? / Deliverables
Your agent can propose vetted MCP server IDs and metadata from the registry before you add them to mcp.json.
- Registry search results usable in agent planning
- Candidate MCP server identifiers for your config
Recommended MCP Servers
Journey fit
Discovering MCP servers is a Build-phase agent-tooling task when you compose your stack before or during implementation. agent-tooling is where registry search, server metadata, and install paths belong in the Skillselion journey.
How it compares
Registry discovery MCP, not a marketplace checkout or a single-purpose API integration.
Common Questions / FAQ
Who is open-mcp-registry for?
Solo builders and integrators who configure multiple MCP servers and want the agent to search the MCP Registry first.
When should I use open-mcp-registry?
Use it during Build agent-tooling setup whenever you are evaluating which MCP servers to add for a new feature or workflow.
How do I add open-mcp-registry to my agent?
Install the PyPI package open-mcp-registry 0.1.0 and register it as a stdio MCP server in your Claude Code, Cursor, or Codex MCP configuration.