Server Everything
Freeby MCP Community
MCP server that exercises all the features of the MCP protocol
v2026.1.26Added Apr 12, 2026
Server Everything MCP Server
MCP server that exercises all the features of the MCP protocol
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-everything
Add to claude_desktop_config.json
{
"mcpServers": {
"server-everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}