everything vs hypertool-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | hypertool-mcp by toolprint | |
|---|---|---|
| Stars | ★ 85,748 | ★ 153 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 7 mo ago |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
hypertool-mcp · Summary
HyperTool dynamically exposes tools from proxied MCP servers based on agent personas to help AI stay focused with relevant toolsets.
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
hypertool-mcp · Use cases
- Development workflow with coding-focused toolsets containing git and docker commands
- Content creation with writing toolsets containing notion, grammarly, and slack integration
- Debugging with specialized toolsets containing logs, traces, and container management tools
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-everythinghypertool-mcp · Install
Quick Start
- Copy your existing MCP config:
cp .mcp.json .mcp.hypertool.json- Update your Claude Desktop configuration:
{
"mcpServers": {
"hypertool": {
"command": "npx",
"args": ["-y", "@toolprint/hypertool-mcp", "mcp", "run", "--mcp-config", ".mcp.hypertool.json"]
}
}
}- Create your first toolset by telling your AI what you need!