EVE-University-Wiki-MCP-Server
by kongyo2·★ 1·综合分 33
提供EVE大学Wiki访问的MCP服务器,带有Wayback Machine回退功能。
概述
这个MCP服务器提供对EVE大学Wiki内容的全面访问,提供搜索、检索文章和探索相关主题的工具。它包含Wayback Machine回退机制,在主Wiki不可用时增强可靠性。服务器使用TypeScript编写,采用FastMCP框架,内置限流和健壮的错误处理。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要可靠的 EVE Online 游戏知识访问时,特别是因为内置 Wayback Machine 回退机制而担心百科停机,选择此 MCP 服务器。
什么时候不要选它
如果你需要访问 EVE Online 之外的游戏内容,不要选择此服务器,因为它专门针对 EVE 大学百科。
此 server 暴露的工具
从 README 抽取出 6 个工具search_eve_wikiquery: string, limit?: number (1-50, default: 10)Search for articles on EVE University Wiki
get_eve_wiki_articletitle: stringRetrieve full content of a specific wiki article
get_eve_wiki_summarytitle: stringGet a concise summary of an article
get_eve_wiki_sectionstitle: stringList all sections within an article
get_eve_wiki_linkstitle: stringGet all internal links from an article
get_eve_wiki_related_topicstitle: string, limit?: number (1-20, default: 10)Find related articles based on categories
可对比工具
安装
通过Smithery安装
要通过[Smithery](https://smithery.ai/server/@kongyo2/eve-university-wiki-mcp-server)自动为Claude Desktop安装eve-university-wiki-mcp-server:
npx -y @smithery/cli install @kongyo2/eve-university-wiki-mcp-server --client claude手动安装
- 先决条件:Node.js 18+ 和 npm 或 yarn
- 安装依赖项:
npm install- 构建并启动:
npm run build
npm run startClaude Desktop配置
添加到您的Claude Desktop配置中:
{
"mcpServers": {
"eve-university-wiki": {
"command": "npx",
"args": ["tsx", "/path/to/eve-university-mcp/src/server.ts"],
"env": {}
}
}
}FAQ
- 如果EVE大学Wiki宕机了怎么办?
- 服务器会自动回退到Internet Archive的Wayback Machine来检索存档内容,确保继续访问信息。
- 我可以获得多少搜索结果?
- 您可以指定1-50个结果的限制,默认为10。对于相关主题,限制在1-20之间。
EVE-University-Wiki-MCP-Server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。