MCP Catalogs
Home

boss-agent-cli vs everything

Side-by-side comparison to help you pick between these two MCP servers.

boss-agent-cli
by can4hou6joeng4
everything
by modelcontextprotocol
Stars★ 568★ 85,748
30d uses
Score5177
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
LanguagePythonTypeScript
Last committhis monththis month

boss-agent-cli · Summary

An AI-agent CLI tool for BOSS Zhipin job platform with MCP integration.

everything · Summary

Official MCP test server exercising all protocol features for client builders.

boss-agent-cli · Use cases

  • AI agents automating job search workflows on BOSS Zhipin
  • Job seekers using AI to optimize resumes and apply for positions
  • Recruiters managing candidates and applications through automation

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

boss-agent-cli · Install

Install via uv:

uv tool install boss-agent-cli
patchright install chromium

For Claude Desktop MCP server configuration:

{
  "mcpServers": {
    "boss-agent": {
      "command": "boss",
      "args": ["mcp"]
    }
  }
}

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-everything
Comparison generated from public README + GitHub signals. Last updated automatically.