MCP Catalogs
Home

everything vs mcp-ecosystem

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

everything
by modelcontextprotocol
mcp-ecosystem
by SynkraAI
Stars★ 85,748★ 26
30d uses
Score7741
Official
Categories
Developer ToolsAI / LLM ToolsOther
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScript
Last committhis month5 mo ago

everything · Summary

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

mcp-ecosystem · Summary

Collection of MCP server configurations, presets, and IDE configs for AIOS and Claude Code integration.

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-ecosystem · Use cases

  • Development workflow integration with AIOS and Claude Code
  • Research documentation and content extraction using MCP servers
  • Browser automation for testing and web interaction

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-ecosystem · Install

Installation

Claude Code

# View sample config
cat ide-configs/claude/sample-config.json

# Apply (merge with your existing ~/.claude.json)

Cursor

# View sample config
cat ide-configs/cursor/sample-config.json

# Apply to .cursor/settings.json

Manual Configuration

  1. Select your preset from presets/ directory
  2. Configure the MCP servers in your AIOS or Claude Code settings
  3. Set environment variables for API keys (e.g., EXA_API_KEY)
Comparison generated from public README + GitHub signals. Last updated automatically.