referencetestingprotocoldeveloper

Summary

A reference/test server that exercises every MCP feature — prompts, resources, tools, and sampling — for building and debugging clients.

Features

  • Demonstrates prompts, resources, and tools
  • Sampling and logging examples
  • Useful for client development
  • Covers the full protocol surface
  • No external dependencies

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Everything" tools will be available.
{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
  }
}

Description

The Everything MCP server is a reference and test server that exercises the full MCP protocol: prompts, resources, tools, sampling, and more. It is intended for developers building or debugging MCP clients who want a server that demonstrates every capability.

Related MCP Servers

Browse all MCP servers →