Reference / test server with prompts, resources, and tools. Demonstrates all MCP capabilities for testing and learning.
npx -y @modelcontextprotocol/server-everything
Perfect for testing your MCP client setup:
```json
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}
```
echoaddlongRunningOperationsampleLLMgetTinyImageReference / test server with prompts, resources, and tools. Demonstrates all MCP capabilities for testing and learning.
Language: TypeScript
Category: Developer Tools