MCP Catalogs
Home

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 uses13,664
Score3375
Official
Categories
Web ScrapinggameKnowledge Graph
FinanceDeveloper ToolsWeb Scraping
LanguageTypeScriptPython
Last commit9 mo ago2 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 claude

Manual Installation

  1. Prerequisites: Node.js 18+ and npm or yarn
  2. Install dependencies:
npm install
  1. Build and start:
npm run build
npm run start

Claude 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 claude

Via uv

  1. Install uv if you haven't already
  2. Add this to your Claude Desktop config:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

Local Development

  1. Clone: git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. Install deps: uv sync
  3. Add to Claude config with uv run akshare-one-mcp in the command
Comparison generated from public README + GitHub signals. Last updated automatically.