{
"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.
Is it safe?
No known CVEs for @kongyo2/eve-university-wiki-mcp-server.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 240 days ago. 1 stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol server for searching and analyzing arXiv papers
📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
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