MCP Catalogs
Home

openalex-research-mcp

by oksure·26·Score 44

MCP server providing access to 240M+ scholarly works through 31 specialized tools for research analysis and literature reviews.

ai-llmknowledge-graphsearch
7
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The openalex-research-mcp server provides comprehensive access to the OpenAlex API, enabling AI assistants to conduct literature reviews, analyze research trends, and map collaboration networks in academia. It offers advanced search capabilities with Boolean operators, citation analysis, credibility-gated searches using journal presets, and tools for discovering influential papers and researchers. The server implements robust features including in-memory caching, retry logic with exponential backoff, and input validation for reliable API interaction.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Conduct systematic literature reviews with citation network analysis
you:Track research trends and evolution in specific academic fields
you:Identify leading researchers and institutions in specific domains
you:How do I get better rate limits from the OpenAlex API?
you:What journal presets are available?

When to choose this

Choose this server when you need to perform academic research analysis with credible sources through an MCP interface, particularly for literature reviews, citation analysis, and trend tracking.

When NOT to choose this

Don't choose this server if you need write capabilities to academic databases (this is read-only only) or if you're working outside the academic research domain.

Tools this server exposes

12 tools extracted from the README
  • search_works

    Advanced search with Boolean operators, venue filters, and citation thresholds

  • get_work

    Get complete metadata for a specific work including all authors and abstract

  • get_related_works

    Find similar papers based on citations and topics

  • search_in_journal_list

    Search within a named preset list of journals or conferences

  • get_work_citations

    Get papers that cite a specific work

  • get_work_references

    Get papers that a specific work cites

  • search_authors

    Find researchers with h-index and citation metrics

  • get_author_profile

    Get detailed profile for a specific researcher including h-index and top works

  • get_author_collaborators

    Map co-authorship network for a researcher

  • find_seminal_papers

    Find foundational papers with high citation counts

  • analyze_topic_trends

    Track research evolution of a topic over time

  • compare_research_areas

    Compare research activity across different fields

Comparable tools

semantic-scholar-mcpscholar-toolsarxiv-mcpresearch-rabbit

Installation

Installation

Option 1: Install from npm (Recommended)

# Install globally
npm install -g openalex-research-mcp

# Or use directly with npx (no installation needed)
npx openalex-research-mcp

Option 2: Install from source

# Clone the repository
git clone https://github.com/oksure/openalex-research-mcp.git
cd openalex-research-mcp

# Install dependencies
npm install

# Build the TypeScript code
npm run build

Claude Desktop Configuration

Add to your Claude Desktop config file:

**MacOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openalex": {
      "command": "npx",
      "args": ["-y", "openalex-research-mcp"],
      "env": {
        "OPENALEX_EMAIL": "your.email@example.com"
      }
    }
  }
}

FAQ

How do I get better rate limits from the OpenAlex API?
Set your email as the OPENALEX_EMAIL environment variable to join the 'polite pool' for better rate limits. For premium users, you can also set an OPENALEX_API_KEY.
What journal presets are available?
The server includes presets like UTD24, FT50, AJG/ABS tiers, top AI conferences, and more. Institution group presets include Ivy League, Top US universities, and international business schools. Call list_journal_presets to see all available options.

Compare openalex-research-mcp with

GitHub →

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