SaaSHub helps you find the best software and product alternatives Learn more →
Registry Alternatives
Similar projects and alternatives to registry
-
awesome-mcp-servers
Discontinued A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
LobeHub
The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you.
-
-
-
toolhive
ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.
-
safari-mcp
Native Safari browser automation for AI agents. 80 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chrome DevTools MCP with 40-60% less CPU/heat on Apple Silicon.
-
gnosis-evolve
Your appetite for code + Claude's capabilities = Limitless creation. No experience required - just pure hunger! 🧠⚡💻
-
-
-
-
-
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
-
mcptools
A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.
-
-
-
-
Unla
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
-
weather-mcp-server
A lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
-
malicious-demo-mcp-server
Malicious MCP Server Demo for Security Research - Educational Purposes Only
registry discussion
registry reviews and mentions
-
When GitHub Actions Goes Silent: The Pending-Forever Bug I Hit Shipping My MCP Server to npm
- name: Download mcp-publisher run: | OS=$(uname -s | tr '[:upper:]' '[:lower:]') ARCH=$(uname -m) if [ "$ARCH" = "x86_64" ]; then ARCH=amd64; fi if [ "$ARCH" = "aarch64" ]; then ARCH=arm64; fi curl -sL "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_${OS}_${ARCH}.tar.gz" -o mcp-publisher.tar.gz tar -xzf mcp-publisher.tar.gz mcp-publisher
-
Claude Code Skills vs MCP Servers — What to Use, How to Install, and the Best Ones in 2026
Official MCP Registry — Anthropic's own registry at modelcontextprotocol/registry.
-
The Model Context Protocol Registry: Standardizing Server Discovery in a Decentralized Ecosystem
MCP Registry API Stability Roadmap 2025
-
The GitHub MCP Registry: The Fastest Way to Discover MCP Servers
There is also a first party registry[1] in development, hopefully becoming the next artifact hub for MCP servers.
[1]: https://github.com/modelcontextprotocol/registry
-
The MCP Registry
This is still an early preview. A UI is on the roadmap [0]. It is API access only for now [1].
[0] https://github.com/modelcontextprotocol/registry/blob/main/d...
-
MCP Proxy Pattern: Secure, Retrieval-First Tool Routing for Agents
It’s worth noting that the ecosystem of MCP servers is expanding very rapidly. There are already thousands of MCP servers available, covering everything from Slack bots to web scraping to code execution. Community-driven directories like Pulse MCP, Glama MCP server directory, Smithery, and LobeHub marketplace (see the LobeHub MCP index) list thousands of servers and provide usage stats. Anthropic and others are working on an official MCP registry to standardize how agents discover and install these servers dynamically. In short, the raw material (tools) is out there; the challenge is connecting the right tool at the right time. A middleware like MCPProxy, especially paired with an intelligent registry search, could let agents tap into this vast toolbox on demand without human micromanagement.
- Open Source MCP Server Registry that can be deployed internally
-
Official MCP Metaregistry
MongoDB as the first DB adapter you pick in 2025? Really?
Someone is getting paid an AI salary and picking Mongo as a backend in a public project that’s supposed to be run by many people and orgs? At least there’s an interface in place[0]
Is this isn’t payola I’m incredibly disappointed.
[0]: https://github.com/modelcontextprotocol/registry/blob/main/i...
- Directory of MCP Servers
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
modelcontextprotocol/registry is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of registry is Go.