MCP Catalogs
Home

everything vs shadcnspace-mcp

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

everything
by modelcontextprotocol
shadcnspace-mcp
by shadcnspace
Stars★ 85,748★ 1
30d uses
Score7737
Official
Categories
Developer ToolsAI / LLM ToolsOther
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

everything · Summary

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

shadcnspace-mcp · Summary

MCP server for discovering and installing ShadcnSpace UI blocks directly in AI-powered IDEs.

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

shadcnspace-mcp · Use cases

  • Discover and browse available UI components in ShadcnSpace from within your IDE
  • Generate installation commands for specific UI blocks without leaving your development environment
  • Search for UI components using keywords or tags to find relevant blocks quickly

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

shadcnspace-mcp · Install

Installation

**Automatic installation:**

npx shadcnspace-cli install <client>

**Manual installation:** Add to your IDE's MCP config:

{
  "mcpServers": {
    "shadcnspace-mcp": {
      "command": "npx",
      "args": ["-y", "shadcnspace-mcp@latest"]
    }
  }
}

**Supported clients:** Cursor, Windsurf, Claude, Cline, Antigravity

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