MCP Catalogs
Home

everything vs MCP_Server

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

everything
by modelcontextprotocol
MCP_Server
by ThomasJanssen-tech
Stars★ 85,748★ 1
30d uses
Score7728
Official
Categories
Developer ToolsAI / LLM ToolsOther
AI / LLM ToolsWeb ScrapingDeveloper Tools
LanguageTypeScriptPython
Last committhis month10 mo ago

everything · Summary

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

MCP_Server · Summary

Python MCP server for querying Crunchbase company data through Claude Desktop.

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

MCP_Server · Use cases

  • Researching companies and their data on Crunchbase
  • Analyzing market trends through company information
  • Competitive intelligence gathering

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

MCP_Server · Install

Installation

  1. Install UV

On Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

On MacOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Download Claude Desktop

Download from: https://claude.ai/download

  1. Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
  1. Add Bright Data API Key

Get $15 Bright Data credits: https://brdta.com/tomstechacademy Rename .env.example to .env and add your Bright Data API key

  1. Configure Claude Desktop
uv run mcp install main.py

Usage

Execute the following commands:

uv run download_data.py
uv run ingest_data.py
Comparison generated from public README + GitHub signals. Last updated automatically.