OpenAlex MCP Server
Enables AI agents to search and analyze OpenAlex scholarly database for OSINT research, including works, authors, institutions, funding, citations, and collaboration networks.
README
OpenAlex MCP Server
A Model Context Protocol (MCP) server for accessing OpenAlex scholarly research database with OSINT-focused tools.
Overview
OpenAlex MCP Server provides AI applications with direct access to OpenAlex's comprehensive database of 240M+ scholarly works, researchers, institutions, and funding information. Built specifically with OSINT (Open Source Intelligence) capabilities in mind.
Features
Core Search Tools
- Search Works: Find scholarly publications with advanced filters
- Get Work Details: Comprehensive information including funding, collaborations, citations
- Search Authors: Find researchers and their profiles
- Search Institutions: Discover research organizations worldwide
OSINT-Focused Tools
- Search by Funder: Track research funding patterns by organization
- Search by Country: Analyze geographic research patterns
- Citation Network Analysis: Map information flow and influence
- Author Collaborators: Discover research networks and partnerships
- Institutional Collaborations: Map inter-institutional partnerships
- Temporal Trends: Track research evolution over time
- Institution Research Tracking: Monitor specific organization outputs
Installation
Prerequisites
- Python 3.10 or higher
- UV package manager (recommended) or pip
Setup
# Clone or download the repository
cd openalex-mcp
# Install dependencies using UV (recommended)
uv sync
# Or using pip
pip install -e .
Configuration
Claude Desktop Integration
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": "uv",
"args": [
"--directory",
"/absolute/path/to/openalex-mcp",
"run",
"openalex-mcp"
],
"env": {
"OPENALEX_EMAIL": "your.email@example.com"
}
}
}
}
Environment Variables
OPENALEX_EMAIL(optional but recommended): Your email for the "polite pool" with better rate limits
Usage Examples
Basic Research Search
Search for works about "quantum computing" published after 2020
OSINT: Funding Analysis
Show me research funded by DARPA in the last 3 years
OSINT: Geographic Patterns
Find AI research from China published between 2020-2024
OSINT: Network Mapping
Get the citation network for work W2741809807
OSINT: Collaboration Analysis
Find the top collaborators of author A5023888391
OSINT: Institutional Intelligence
Show me MIT's research on cybersecurity from 2023
OSINT: Temporal Analysis
Get publication trends for "neural networks" from 2015 to 2024
OSINT: Institutional Networks
Find institutions that frequently collaborate with Stanford University
Available Tools
| Tool | Purpose | OSINT Use Case |
|---|---|---|
search_works |
Search publications | General research discovery |
get_work_details |
Full work information | Deep dive on specific research |
search_by_funder |
Find funded research | Track funding patterns |
search_by_country |
Geographic research | Analyze national research priorities |
get_citation_network |
Citation relationships | Map influence and information flow |
get_author_collaborators |
Find co-authors | Discover research networks |
search_works_by_institution |
Institution research | Monitor organizational output |
get_temporal_trends |
Time-series analysis | Track research evolution |
get_institutional_collaborations |
Institution networks | Map organizational partnerships |
search_authors |
Find researchers | Identify domain experts |
get_author_details |
Author information | Researcher profiling |
search_institutions |
Find organizations | Discover research centers |
get_institution_details |
Institution data | Organization intelligence |
health_check |
API status | System monitoring |
API Information
- Base URL: https://api.openalex.org
- Authentication: None required
- Rate Limits: 100,000 requests/day, 10 requests/second
- Polite Pool: Add your email for better performance
- Cost: Completely free
Data Sources
OpenAlex indexes:
- 240M+ scholarly works
- 90M+ authors
- 100K+ institutions
- Funding information from major grant agencies
- Citation relationships
- Open access availability
OSINT Use Cases
- Research Funding Intelligence: Track which organizations fund specific research areas
- Geopolitical Analysis: Monitor research priorities by country
- Network Mapping: Discover collaboration patterns between researchers and institutions
- Influence Analysis: Map citation networks to understand information flow
- Institutional Intelligence: Monitor research output from specific organizations
- Trend Analysis: Track emerging research topics over time
- Expert Identification: Find leading researchers in specific domains
- Partnership Discovery: Identify institutional collaboration patterns
Development
# Run tests
uv run pytest
# Run server locally
uv run openalex-mcp
# Format code
uv run black src/
Troubleshooting
Server not connecting
- Verify the path in your Claude config is absolute
- Check that UV is installed:
uv --version - Restart Claude Desktop after config changes
Rate limit errors
- Add your email to
OPENALEX_EMAILfor polite pool access - Reduce request frequency
- Consider Premium plan for higher limits
Empty results
- Verify entity IDs are correct format (e.g., W2741809807)
- Check filter parameters are valid
- Try broader search queries
Resources
License
MIT License - See LICENSE file for details
Contributing
Contributions welcome! Please open issues or pull requests on GitHub.
Acknowledgments
- OpenAlex for providing free, open scholarly data
- FastMCP framework for simplified MCP server development
- Model Context Protocol specification
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。