EVE-University-Wiki-MCP-Server vs ruflo
Side-by-side comparison to help you pick between these two MCP servers.
EVE-University-Wiki-MCP-Server by kongyo2 | ruflo by ruvnet | |
|---|---|---|
| Stars | ★ 1 | ★ 51,795 |
| 30d uses | — | — |
| Score | 33 | 64 |
| Official | — | — |
| Categories | Web ScrapinggameKnowledge Graph | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
EVE-University-Wiki-MCP-Server · Summary
MCP server providing access to EVE University Wiki with Wayback Machine fallback.
ruflo · Summary
Multi-agent orchestration platform for Claude Code with MCP server integration, enabling coordinated AI swarms and autonomous workflows.
EVE-University-Wiki-MCP-Server · Use cases
- EVE Online players can quickly search for information about ships, modules, and gameplay mechanics
- Developers building EVE Online applications can access official documentation and community resources
- Content creators researching EVE Online lore and game mechanics for guides or articles
ruflo · Use cases
- Coordinating multiple AI agents to collaborate on complex development tasks
- Running autonomous multi-agent workflows for continuous code improvements
- Federating agent communication across different machines and organizations securely
EVE-University-Wiki-MCP-Server · Install
Installing via Smithery
To install eve-university-wiki-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-university-wiki-mcp-server):
npx -y @smithery/cli install @kongyo2/eve-university-wiki-mcp-server --client claudeManual Installation
- Prerequisites: Node.js 18+ and npm or yarn
- Install dependencies:
npm install- Build and start:
npm run build
npm run startClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"eve-university-wiki": {
"command": "npx",
"args": ["tsx", "/path/to/eve-university-mcp/src/server.ts"],
"env": {}
}
}
}ruflo · Install
Installation
Path A: Claude Code Plugin
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core and plugins
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@rufloPath B: Full CLI Install
# Interactive setup
npx ruflo@latest init wizard
# Or quick non-interactive
npx ruflo@latest initMCP Server Registration
claude mcp add ruflo -- npx ruflo@latest mcp start{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "mcp", "start"]
}
}
}