MCP Marketplace logo
MCP
All servers
Anthropic

Everything

official

Reference server demonstrating every MCP capability.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Test/reference server. Implements prompts, resources, tools, sampling, and progress so you can validate clients.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers