Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"eve-university-wiki": {
"env": {},
"args": [
"tsx",
"/path/to/eve-university-mcp/src/server.ts"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides access to EVE University Wiki content with automatic Wayback Machine fallback for enhanced reliability.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@kongyo2/eve-university-wiki-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @kongyo2/eve-university-wiki-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for EVE University Wiki MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides access to EVE University Wiki content with automatic Wayback Machine fallback for enhanced reliability.
This server enables AI assistants to search, retrieve, and explore EVE Online knowledge from the comprehensive EVE University Wiki, making it an invaluable resource for EVE Online players, developers, and enthusiasts.
search_eve_wikiSearch for articles on EVE University Wiki
query (string): Search querylimit (number, 1-50, default: 10): Maximum results to returnget_eve_wiki_articleRetrieve full content of a specific wiki article
title (string): Article titleget_eve_wiki_summaryGet a concise summary of an article
title (string): Article titleget_eve_wiki_sectionsList all sections within an article
title (string): Article titleget_eve_wiki_linksGet all internal links from an article
title (string): Article titleget_eve_wiki_related_topicsFind related articles based on categories
title (string): Article titlelimit (number, 1-20, default: 10): Maximum related topics to returnTo install eve-university-wiki-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kongyo2/eve-university-wiki-mcp-server --client claude
npm install
Start the server in development mode with interactive CLI:
npm run dev
Build and start the server:
npm run build
npm run start
Add to your Claude Desktop configuration:
{
"mcpServers": {
"eve-university-wiki": {
"command": "npx",
"args": ["tsx", "/path/to/eve-university-mcp/src/server.ts"],
"env": {}
}
}
}
The server uses stdio transport and follows the MCP specification, making it compatible with any MC