MCP Catalogs
Home

everything vs OmniClip-RAG

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

everything
by modelcontextprotocol
OmniClip-RAG
by msjsc001
Stars★ 85,748★ 38
30d uses
Score7745
Official
Categories
Developer ToolsAI / LLM ToolsOther
AI / LLM ToolsFile SystemProductivity
LanguageTypeScriptPython
Last committhis month1 mo ago

everything · Summary

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

OmniClip-RAG · Summary

Local-first RAG desktop app and MCP server for searching private Markdown, PDF and 1290+ document formats.

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

OmniClip-RAG · Use cases

  • Semantic search across private knowledge bases without cloud upload
  • Integrating document retrieval with AI models like ChatGPT and Claude
  • Creating a permanent memory system for AI using conversation history

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

OmniClip-RAG · Install

  1. Download OmniClipRAG-MCP-v0.4.8-win64.zip for manual stdio setup or omniclip-rag-mcp-win-x64-v0.4.8.mcpb for MCP Registry path.
  2. For manual setup: Extract the zip and run OmniClipRAG-MCP.exe.
  3. Configure your MCP client to point to the executable.

Claude Desktop configuration:

{
  "mcpServers": {
    "omniclip-rag": {
      "command": "path/to/OmniClipRAG-MCP.exe",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.