everything vs AgentCrew
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | AgentCrew by saigontechnology | |
|---|---|---|
| Stars | ★ 85,748 | ★ 200 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
AgentCrew · Summary
AgentCrew is a Python-based multi-agent system that supports MCP for specialized AI collaboration.
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
AgentCrew · Use cases
- Code review and security analysis in development workflows
- Research projects with specialized agent roles for information gathering
- Automation tasks through coordinated agent actions
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-everythingAgentCrew · Install
Installation
**macOS / Linux**
curl -LsSf https://agentcrew.dev/install.sh | bash**Windows**
powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"**pip (any platform)**
pip install agentcrew-aiConfiguration
Add your API key via environment variable:
export ANTHROPIC_API_KEY="sk-ant-..."Or create a config file at ~/.AgentCrew/config.json