everything vs lyra-tool-discovery
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | lyra-tool-discovery by nirholas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsblockchainAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
lyra-tool-discovery · Summary
AI-powered discovery tool that finds and analyzes crypto-focused MCP servers across GitHub and npm, generating ready-to-use plugin configurations.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
lyra-tool-discovery · Use cases
- Crypto application developers rapidly discovering and integrating MCP servers related to blockchain, DeFi, or NFTs
- Plugin marketplace operators automating curation and validation of crypto-focused MCP plugins
- DevOps engineers setting up CI/CD pipelines for automated discovery and deployment of blockchain tooling
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythinglyra-tool-discovery · Install
# Global install (recommended for CLI usage)
pnpm add -g @nirholas/lyra-tool-discovery
# Or with npm
npm install -g @nirholas/lyra-tool-discovery
# Or run directly with npx
npx @nirholas/lyra-tool-discovery discover --help# Environment variables for AI providers
export OPENAI_API_KEY="sk-..."
export ANTHROPIC_API_KEY="sk-ant-..."
export GITHUB_TOKEN="ghp_..." # Optional for higher rate limits