everything vs ServiceGraph
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | ServiceGraph by nostrband | |
|---|---|---|
| Stars | ★ 85,748 | ★ 160 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | SearchAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Shell |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
ServiceGraph · Summary
An MCP server providing access to 100k+ US professional services firms with industry-specific search tools.
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
ServiceGraph · Use cases
- Finding specialized service providers like law firms or marketing agencies in specific geographic regions
- Enriching CRM data with professional firm contact information and services offered
- Vetting potential service providers through ratings and third-party listing presence
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-everythingServiceGraph · Install
MCP Server Installation
For MCP-compatible clients like Claude Code:
claude mcp add --transport http servicegraph https://mcp.servicegraph.coFor Claude Desktop:
- Go to Settings → Connectors → Add custom connector
- Paste:
https://mcp.servicegraph.co
For other JSON-config clients (e.g., Cursor):
{
"mcpServers": {
"servicegraph": {
"url": "https://mcp.servicegraph.co"
}
}
}Skills Installation (non-MCP)
npx skills add nostrband/servicegraph --skill find-service-providers