Everything MCP Server

Reference server demonstrating all MCP capabilities — great for testing

By Anthropic (official) ★ 2.1K stars official testing reference

The Everything MCP Server is a reference implementation that showcases every feature of the Model Context Protocol: tools, resources, prompts, sampling, roots, and logging. Use it as a test harness when developing MCP clients or to learn the full MCP spec.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Config file location:

Available Tools (8)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/modelcontextprotocol/servers/tree/main/src/everything

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory