Skip to main content
Glama

AMiner MCP Server

by scipenai
package.json1.12 kB
{ "name": "@scipen/aminer-mcp-server", "version": "0.1.0", "description": "AMiner MCP Server - Academic Paper Search Service", "main": "dist/index.js", "type": "module", "bin": { "aminer-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src --ext .ts", "test": "node test-client.js" }, "keywords": [ "mcp", "model-context-protocol", "aminer", "academic", "papers", "research" ], "repository": { "type": "git", "url": "https://github.com/scipenai/aminer-mcp-server" }, "author": "Scipen AI", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "zod": "^3.25.76", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^24.5.2", "typescript": "^5.7.2", "tsx": "^4.20.5", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.35.0", "jest": "^30.1.3", "@types/jest": "^30.0.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scipenai/aminer-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server