Skip to content

Server Everything

Free

by MCP Community

MCP server that exercises all the features of the MCP protocol

v2026.1.26Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Everything MCP Server

MCP server that exercises all the features of the MCP protocol

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-everything
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}