Back to Catalog

Everything

modelcontextprotocol/servers/src/everything
TypeScript
MCP Apps Demo

Official MCP reference and test server that exercises every protocol feature: tools, resources, prompts, sampling, elicitation, roots, logging, and tasks

GitHub Metrics
Repository statistics and activityThis repository contains 5 MCP servers. Metrics shown are divided.
⭐ GitHub Stars:0/ 5 = 0
👥 Contributors:0/ 5 = 0
📋 Total Issues:0/ 5 = 0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "everything": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-everything"
    ],
    "env": {}
  }
}