EVE-University-Wiki-MCP-Server vs akshare-one-mcp
Side-by-side comparison to help you pick between these two MCP servers.
EVE-University-Wiki-MCP-Server by kongyo2 | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 1 | ★ 172 |
| 30d uses | — | 13,664 |
| Score | 33 | 75 |
| Official | — | — |
| Categories | Web ScrapinggameKnowledge Graph | FinanceDeveloper ToolsWeb Scraping |
| Language | TypeScript | Python |
| Last commit | 9 mo ago | 2 mo ago |
EVE-University-Wiki-MCP-Server · Summary
MCP server providing access to EVE University Wiki with Wayback Machine fallback.
akshare-one-mcp · Summary
MCP server providing comprehensive Chinese stock market data through akshare-one API.
EVE-University-Wiki-MCP-Server · Use cases
- EVE Online players can quickly search for information about ships, modules, and gameplay mechanics
- Developers building EVE Online applications can access official documentation and community resources
- Content creators researching EVE Online lore and game mechanics for guides or articles
akshare-one-mcp · Use cases
- Financial analysts retrieving Chinese stock data for research
- Algorithmic trading systems accessing real-time market information
- Investment applications providing market data to users
EVE-University-Wiki-MCP-Server · Install
Installing via Smithery
To install eve-university-wiki-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-university-wiki-mcp-server):
npx -y @smithery/cli install @kongyo2/eve-university-wiki-mcp-server --client claudeManual Installation
- Prerequisites: Node.js 18+ and npm or yarn
- Install dependencies:
npm install- Build and start:
npm run build
npm run startClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"eve-university-wiki": {
"command": "npx",
"args": ["tsx", "/path/to/eve-university-mcp/src/server.ts"],
"env": {}
}
}
}akshare-one-mcp · Install
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command