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.
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:
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 READMEsearch_worksAdvanced search with Boolean operators, venue filters, and citation thresholds
get_workGet complete metadata for a specific work including all authors and abstract
get_related_worksFind similar papers based on citations and topics
search_in_journal_listSearch within a named preset list of journals or conferences
get_work_citationsGet papers that cite a specific work
get_work_referencesGet papers that a specific work cites
search_authorsFind researchers with h-index and citation metrics
get_author_profileGet detailed profile for a specific researcher including h-index and top works
get_author_collaboratorsMap co-authorship network for a researcher
find_seminal_papersFind foundational papers with high citation counts
analyze_topic_trendsTrack research evolution of a topic over time
compare_research_areasCompare research activity across different fields
Comparable tools
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-mcpOption 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 buildClaude 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
Last updated · Auto-generated from public README + GitHub signals.