MCP Catalogs
首页

AIRA-SemanticScholar

by hamid-vakilzadeh·22·综合分 43

为 AI 模型提供 Semantic Scholar 学术图谱 API 访问权限的 MCP 服务器,用于文献搜索和分析。

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

概述

AIRA-SemanticScholar 是一个全面的模型上下文协议 (MCP) 服务器,通过 Semantic Scholar API 将 AI 模型与学术文献连接起来。它提供智能论文发现、作者分析、引用网络探索以及从 arXiv 和 Wiley 等来源获取全文的工具。该服务器支持基本和高级搜索操作、批量处理功能,并与学术认证系统集成以实现机构访问权限。

试试问 AI

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

:在特定领域进行文献综述的学术研究人员
:需要访问和分析研究论文的 AI 助手
:构建自定义知识管理系统的研究机构
:Semantic Scholar 的 API 速率限制是什么?
:我需要机构权限才能下载全文吗?

什么时候选它

当您需要将学术文献搜索和引文分析集成到 AI 工作流中,特别是利用 Semantic Scholar 的综合性学术图谱数据时,选择这个 MCP 服务器。

什么时候不要选它

如果您需要访问 Semantic Scholar 之外的学术数据库,不要选择这个服务器,因为它仅提供来自 Semantic Scholar API 的数据。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_papers

    Search academic papers using basic keyword-based discovery or advanced filters

  • find_paper_by_title

    Find papers by closest title match with confidence scoring

  • get_paper_details

    Retrieve detailed information about a specific paper including citations and references

  • search_authors

    Search authors by name or affiliation

  • get_author_profile

    Retrieve detailed author profiles with metrics and publication lists

  • get_citing_papers

    Find papers that cite a specific work

  • get_references

    Retrieve reference list for a specific paper

  • get_field_papers

    Browse top papers by academic field or publication venue

  • get_open_access_papers

    Filter research to find open access publications

  • search_arxiv

    Search arXiv repository directly with customizable parameters

  • download_arxiv_pdf

    Download and extract full-text from arXiv papers

  • resolve_doi

    Fetch content from any DOI URL with automatic redirect handling

可对比工具

mcp-scientific-literaturemcp-arxivmcp-doi-resolversemantic-scholar-api

安装

安装

  1. 使用 npx:
{
  "mcpServers": {
    "aira-semanticscholar": {
      "command": "npx",
      "args": ["-y", "aira-semanticscholar"]
    }
  }
}
  1. 使用 Smithery:

访问 [Smithery 列表](https://smithery.ai/server/@hamid-vakilzadeh/mcpsemanticscholar) 获取更多安装选项。

  1. 要获取 Wiley 论文的全文访问权限,添加 WILEY_TDM_CLIENT_TOKEN 环境变量:
{
  "mcpServers": {
    "aira-semanticscholar": {
      "command": "npx",
      "args": ["-y", "aira-semanticscholar"],
      "env": {
        "WILEY_TDM_CLIENT_TOKEN": "your-token-here"
      }
    }
  }
}

FAQ

Semantic Scholar 的 API 速率限制是什么?
Semantic Scholar API 允许每 5 分钟 100 次请求。您可以申请认证以获得更高的速率限制。
我需要机构权限才能下载全文吗?
是的,您需要机构权限或订阅才能下载内容,特别是来自 Wiley 等出版商的内容。

AIRA-SemanticScholar 对比

GitHub →

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