Server Everything
Freeby MCP Community
Demo MCP server that exercises all the features of the MCP protocol. This server is a fork of @modelcontextprotocol/servers by Anthropic, PBC with extended func
v0.7.0Added Apr 12, 2026
Server Everything MCP Server
Demo MCP server that exercises all the features of the MCP protocol. This server is a fork of @modelcontextprotocol/servers by Anthropic, PBC with extended func
Installation
Reviews
Installation
Quick install
npx -y @dandeliongold/server-everything
Add to claude_desktop_config.json
{
"mcpServers": {
"server-everything": {
"command": "npx",
"args": ["-y", "@dandeliongold/server-everything"]
}
}
}