MCP Catalogs
Home

everything vs cloudsword

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

everything
by modelcontextprotocol
cloudsword
by wgpsec
Stars★ 85,748★ 604
30d uses
Score7749
Official
Categories
Developer ToolsAI / LLM ToolsOther
SecurityCloud StorageDeveloper Tools
LanguageTypeScriptGo
Last committhis month3 mo ago

everything · Summary

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

cloudsword · Summary

CloudSword is a Chinese cloud security tool that provides MCP protocol support since v0.0.2.

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

cloudsword · Use cases

  • Security professionals assessing cloud infrastructure vulnerabilities
  • Cloud administrators conducting regular security audits
  • DevOps teams implementing cloud security best practices

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

cloudsword · Install

Installation

Homebrew

brew tap wgpsec/tap
brew install wgpsec/tap/cloudsword

Binary Download

Download from: https://github.com/wgpsec/cloudsword/releases

MCP Setup

  1. Start CloudSword in SSE mode:
./cloudsword sse http://localhost:8080
  1. In Claude Desktop, add the following to your config.json:
{
  "mcpServers": {
    "cloudsword": {
      "command": "http",
      "args": ["localhost", 8080]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.