MCP Catalogs
首页

openalex-research-mcp

by oksure·26·综合分 44

MCP 服务器提供对 2.4 亿+学术研究的访问,包含 31 个专业工具用于研究分析和文献综述。

ai-llmknowledge-graphsearch
7
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

openalex-research-mcp 服务器全面接入 OpenAlex API,使 AI 助手能够进行文献综述、分析研究趋势并绘制学术界的合作网络。它提供高级搜索功能,包括布尔运算符、引文分析、使用期刊预设的可信度限制搜索,以及发现有影响力的论文和研究人员工具。服务器实现了健壮的功能,包括内存缓存、指数退避的重试逻辑和输入验证,确保 API 交互的可靠性。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:进行引文网络分析的系统性文献综述
:跟踪特定学术领域的研究趋势和演变
:识别特定领域的研究人员和机构带头人
:如何从 OpenAlex API 获得更高的速率限制?
:提供哪些期刊预设?

什么时候选它

当您需要通过 MCP 界面进行具有可信来源的学术研究分析,特别是文献综述、引文分析和趋势跟踪时,选择此服务器。

什么时候不要选它

如果您需要写入学术数据库的能力(此服务器仅支持读取)或您的工作不属于学术研究领域,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

semantic-scholar-mcpscholar-toolsarxiv-mcpresearch-rabbit

安装

安装

方案 1:从 npm 安装(推荐)

# 全局安装
npm install -g openalex-research-mcp

# 或直接使用 npx(无需安装)
npx openalex-research-mcp

方案 2:从源码安装

# 克隆仓库
git clone https://github.com/oksure/openalex-research-mcp.git
cd openalex-research-mcp

# 安装依赖
npm install

# 构建 TypeScript 代码
npm run build

Claude Desktop 配置

添加到您的 Claude Desktop 配置文件:

**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

如何从 OpenAlex API 获得更高的速率限制?
将您的电子邮件设置为 OPENALEX_EMAIL 环境变量,加入'礼貌池'以获得更好的速率限制。高级用户还可以设置 OPENALEX_API_KEY。
提供哪些期刊预设?
服务器包含 UTD24、FT50、AJG/ABS 分级、顶级 AI 会议等预设。机构组预设包括常春藤联盟、美国顶尖大学和国际商学院。调用 list_journal_presets 查看所有可用选项。

openalex-research-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。