We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ydzat/literature-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@ydzat/literature-review-mcp",
"version": "2.0.0",
"description": "面向研究生论文级别文献综述的学术论文管理与分析工具,支持多源学术搜索、智能质量评估、智能压缩、多 LLM Provider、Notion 知识库集成",
"main": "build/index.js",
"bin": {
"literature-review-mcp": "build/index.js"
},
"type": "module",
"scripts": {
"build": "tsc && mkdir -p build/database && chmod +x build/index.js && cp src/database/schema.sql build/database/",
"start": "node build/index.js",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build",
"test": "npm run test:unit",
"test:unit": "npm run build && node build/tests/test-consistency.js && node build/tests/test-legacy-integration.js && node build/tests/test-quick-validation.js",
"test:core": "npm run build && node build/tests/unit/test-core-pdf.js",
"test:integration": "npm run build && node build/tests/test-literature-review.js",
"test:all": "npm run test:unit && npm run test:core && npm run test:integration"
},
"files": [
"build/**/*",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"arxiv",
"paper",
"ai",
"academic",
"research",
"literature-review",
"dblp",
"openreview",
"papers-with-code",
"notion",
"quality-assessment",
"citation-analysis",
"smart-compression",
"llm-provider",
"deepseek",
"openai",
"chinese"
],
"author": {
"name": "ydzat",
"email": "ydzat@live.com",
"url": "https://github.com/ydzat"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ydzat/literature-review-mcp.git"
},
"bugs": {
"url": "https://github.com/ydzat/literature-review-mcp/issues"
},
"homepage": "https://github.com/ydzat/literature-review-mcp#readme",
"dependencies": {
"@agentic/arxiv": "^7.6.7",
"@modelcontextprotocol/sdk": "^0.6.0",
"@types/better-sqlite3": "^7.6.13",
"axios": "^1.6.0",
"better-sqlite3": "^12.4.1",
"canvas": "^3.2.0",
"dotenv": "^17.2.3",
"pdfjs-dist": "^5.4.296",
"pdfreader": "^3.0.7",
"tiktoken": "^1.0.22"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/pdf-parse": "^1.1.5",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}