aminer-mcp
by huanghuoguoguo·★ 6·Score 40
AMiner MCP server provides free access to academic databases (scholars, papers, patents) via the Model Context Protocol.
Overview
This MCP server connects to AMiner's open API, allowing AI systems to search scholars, papers, and patents without API costs. It provides five tools: search_scholar, search_paper, search_patent, get_papers_by_ids, and a paid search_paper_pro option. The server is well-documented with clear installation instructions, configuration steps, and examples for integration with various environments like Claude Desktop and Cursor IDE.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need cost-free academic data retrieval for AI applications, especially for research assistants, literature reviews, or patent analysis.
When NOT to choose this
Avoid if you need real-time academic data updates, as free access may be limited or change without notice, or if you require features beyond the current five search tools.
Tools this server exposes
5 tools extracted from the READMEsearch_scholarFind researchers by name or organization.
search_paperFind papers by title.
search_patentSearch patents by keywords.
get_papers_by_idsRetrieve papers using comma-separated IDs.
search_paper_proAdvanced paper search with multiple parameters (paid).
Comparable tools
Installation
Installation
- Install dependencies:
pip install -e .- Get API token from [AMiner Open Platform](https://www.aminer.cn/open/board?tab=control)
- Set environment variable:
export AMINER_TOKEN="your_token_here"- Run server:
python -m aminer_mcpClaude Desktop Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"aminer": {
"command": "python",
"args": ["-m", "aminer_mcp"],
"env": {
"AMINER_TOKEN": "<YOUR_TOKEN>"
}
}
}
}FAQ
- Is AMiner API really free?
- Yes, AMiner's core search interfaces (Scholar, Paper, and Patent Search) are currently free to use, though there's a paid option for advanced paper search.
- How do I get an API token?
- Register at the AMiner Open Platform (https://www.aminer.cn/open/board?tab=control) and generate your API key/token.
Compare aminer-mcp with
Last updated · Auto-generated from public README + GitHub signals.