everything vs anilist-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | anilist-mcp by yuna0x0 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 76 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | MediaAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 mo ago |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
anilist-mcp · Summary
AniList MCP server provides comprehensive anime and manga data access through search, retrieval, and management tools.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
anilist-mcp · Use cases
- Assist users in finding anime recommendations and detailed information about specific shows
- Help organize and manage personal anime/manga watch/read lists
- Provide comprehensive character and staff information for research or discussion purposes
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythinganilist-mcp · Install
Local Installation (STDIO Transport)
- Add this server to your
mcp.json/claude_desktop_config.json:
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "anilist-mcp"],
"env": {
"ANILIST_TOKEN": "your_api_token"
}
}
}
}- Restart your MCP client (e.g., Claude Desktop)
- Use the tools to interact with AniList