Install to ToolCloud
One click. No local setup. Works with any MCP client.
MCP test server that exercises all MCP features — tools, resources, prompts, and sampling. Useful for testing MCP client implementations.
developmentmcpreferencetesting
Manual Installation
Claude Code
claude mcp add everything -- npx -y @modelcontextprotocol/server-everythingCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"everything": {
"args": [
"-y",
"@modelcontextprotocol/server-everything"
],
"command": "npx"
}
}
}