MCP Catalogs
Home

eve-online-traffic-mcp vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

eve-online-traffic-mcp
by kongyo2
filesystem
by modelcontextprotocol
Stars★ 4★ 85,748
30d uses
Score3677
Official
Categories
AI / LLM ToolsgamesDeveloper Tools
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

eve-online-traffic-mcp · Summary

An MCP server for EVE Online traffic, navigation, and system information using both the official ESI API and SDE data.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

eve-online-traffic-mcp · Use cases

  • Route planning between solar systems with security considerations
  • Analyzing system connections and traffic patterns in EVE Online
  • Converting between entity names and IDs for data processing

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

eve-online-traffic-mcp · Install

Installing via Smithery

To install eve-online-traffic-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-online-traffic-mcp):

npx -y @smithery/cli install @kongyo2/eve-online-traffic-mcp --client claude

Manual Installation

git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
cd eve-online-traffic-mcp
npm install

Production Mode

Start the server for production use:

npm run start

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.