MCP Catalogs
Home

everything vs clickup-mcp-server

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

everything
by modelcontextprotocol
clickup-mcp-server
by taazkareem
Stars★ 85,748★ 39
30d uses
Score7745
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityAI / LLM ToolsDeveloper Tools
LanguageTypeScriptDockerfile
Last committhis monththis month

everything · Summary

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

clickup-mcp-server · Summary

A premium MCP server for integrating ClickUp project management with AI agents through task management, document handling, and time tracking.

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

clickup-mcp-server · Use cases

  • AI assistants managing ClickUp tasks through natural language commands
  • Automating project management workflows between AI systems and ClickUp
  • Time tracking and productivity analysis via AI agents

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

clickup-mcp-server · Install

Installation

  1. Purchase a license from the [premium access](#premium-access) section
  2. Install the package via npm:

``bash npm install -g @taazkareem/clickup-mcp-server ``

  1. Configure your MCP client with the server. For Claude Desktop, add to your claude_desktop_config.json:

``json { "mcpServers": { "clickup": { "command": "npx", "args": ["@taazkareem/clickup-mcp-server"] } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.