MCP Catalogs
Home

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
Score3364
Official
Categories
Web ScrapinggameKnowledge Graph
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptTypeScript
Last commit9 mo agothis 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 claude

Manual Installation

  1. Prerequisites: Node.js 18+ and npm or yarn
  2. Install dependencies:
npm install
  1. Build and start:
npm run build
npm run start

Claude 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@ruflo

Path B: Full CLI Install

# Interactive setup
npx ruflo@latest init wizard

# Or quick non-interactive
npx ruflo@latest init

MCP Server Registration

claude mcp add ruflo -- npx ruflo@latest mcp start
{
  "mcpServers": {
    "ruflo": {
      "command": "npx",
      "args": ["ruflo@latest", "mcp", "start"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.