mcpbeat Sign in

Eve Mentor MCP Server

by henryjrobinson Your server? Claim it
local only

Eve Mentor MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 15 Jun 2026.

AI mentor for new & returning EVE Online players: losses, skills, fits, ISK, routes, and more.

Installs per day peak 25 · avg 7 · -12% w/w
a month agotoday
37
Installs / week
npm · eve-mentor-mcp
4
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Eve Mentor MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eve-mentor-mcp -- npx -y eve-mentor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eve-mentor-mcp": {
      "args": [
        "-y",
        "eve-mentor-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eve-mentor-mcp]
command = "npx"
args = ["-y", "eve-mentor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eve-mentor-mcp": {
      "args": [
        "-y",
        "eve-mentor-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eve-mentor-mcp": {
      "args": [
        "-y",
        "eve-mentor-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVE_CLIENT_ID (EVE developer application client ID (only needed for character tools; public tools work without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eve Mentor MCP

same job, measured the same way
memi
by sarveshsea

Memi is the read-only design engineering audit and skill layer for coding agents.

149 installs/wk local only
MCP Server EVEfleet
by tedfytw1209

An MCP server that provides tools for EVE Online players to manage their fleets

88 installs/wk local only
Kira
by aibenyclaude-coder

Skills and Scars for AI agents - your agent records its failures and never repeats them.

44 installs/wk local only
I
Perseus — Live Context Engine for AI Agents
by tcconnally

Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.

376 installs/wk local only
Ipfs Toolkit
by tkllabs-bh-mcp-servers

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

answering
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
Sutra
by shivnathtathe

Private, portable memory and reusable skills for AI agents.

answering
Taproot
by taproothq

Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.

answering

Eve Mentor MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eve Mentor MCP?
Eve Mentor MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package eve-mentor-mcp was installed 37 times last week.
How do I connect Eve Mentor MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eve-mentor-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Eve Mentor MCP?
The npm package eve-mentor-mcp was installed 37 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eve Mentor MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.