MCP Catalogs
Home

aminer-mcp

by huanghuoguoguo·6·Score 40

AMiner MCP server provides free access to academic databases (scholars, papers, patents) via the Model Context Protocol.

ai-llmknowledge-graphdeveloper-tools
1
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Enable AI research assistants to access academic literature for comprehensive literature reviews
you:Automate citation analysis and academic profile building in research workflows
you:Support patent research and intellectual property analysis with zero API cost
you:Is AMiner API really free?
you:How do I get an API token?

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 README
  • search_scholar

    Find researchers by name or organization.

  • search_paper

    Find papers by title.

  • search_patent

    Search patents by keywords.

  • get_papers_by_ids

    Retrieve papers using comma-separated IDs.

  • search_paper_pro

    Advanced paper search with multiple parameters (paid).

Comparable tools

scholar-mcpsemantic-scholar-mcppubmed-mcpgoogle-scholar-mcpopenalex-mcp

Installation

Installation

  1. Install dependencies:
pip install -e .
  1. Get API token from [AMiner Open Platform](https://www.aminer.cn/open/board?tab=control)
  1. Set environment variable:
export AMINER_TOKEN="your_token_here"
  1. Run server:
python -m aminer_mcp

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.