# hoochanlon/hamuleite | Model Context Protocol (MCP) Server > 🏔️国立台湾大学、新加坡国立大学、早稻田大学、东京大学,中央研究院(台湾)以及中国重点高校及科研机构,社科、经济、数学、博弈论、哲学、系统工程类学术论文等知识库。 - **Stars**: ⭐ 9,503 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hamuleite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hamuleite" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hamuleite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hamuleite" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hamuleite` - **Docker**: `docker run -i --rm mcp/hamuleite`