gusmar2017/mcp-find
The open-source way to find MCP servers. AI-agent optimized. MIT licensed.
Platform-specific configuration:
{
"mcpServers": {
"mcp-find": {
"command": "npx",
"args": [
"-y",
"mcp-find"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT) [](https://github.com/gusmar2017/mcp-find/actions) [](https://github.com/gusmar2017/mcp-find/stargazers)
The open-source way to find MCP servers. AI-agent optimized.
<!-- TODO: Add screenshot of server detail page with config snippets visible -->
---
The MCP ecosystem has grown to 2000+ servers, but discovering and installing them remains painful. Existing directories — Glama, PulseMCP, mcp.so — are all closed source. None of them are optimized for AI agent discovery, and none generate the copy-paste configuration snippets developers actually need.
MCP Find is the open-source alternative.
---
Open source (MIT) — The entire stack is public. Fork it, self-host it, contribute to it.
AI-agent optimized — Every server page is served with semantic SSR, JSON-LD structured data, and a /llms.txt endpoint so AI agents and crawlers can discover and reason about servers without parsing HTML.
Config snippet generator — Each server detail page generates ready-to-paste JSON configuration for Claude Desktop, Cursor, VS Code, Windsurf, and Claude Code. No manual config writing.
Trust signals — GitHub stars, license, last commit date, and contributor count are surfaced on every server card. You can evaluate a server at a glance before installing anything.
---
---
git clone https://github.com/gusmar2017/mcp-find.git
cd mcp-find
pnpLoading reviews...