MCP Catalogs
Home

everything vs bilig

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

everything
by modelcontextprotocol
bilig
by proompteng
Stars★ 85,748★ 23
30d uses
Score7743
Official
Categories
Developer ToolsAI / LLM ToolsOther
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

everything · Summary

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

bilig · Summary

Formula workbook runtime exposing spreadsheet tools via MCP for Node.js services and agents.

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

bilig · Use cases

  • Agent tools for financial calculations and budget verification
  • Server-side pricing engines with spreadsheet-like formulas
  • Automated data validation and transformation workflows

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

bilig · Install

Install the package:

npm install @bilig/headless bilig-workpaper-mcp

Start the MCP server:

bilig-workpaper-mcp

For Claude Desktop, add this to your mcp.json:

{
  "mcpServers": {
    "bilig-workpaper": {
      "command": "bilig-workpaper-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.