AIRA-SemanticScholar
by hamid-vakilzadeh·★ 22·综合分 43
为 AI 模型提供 Semantic Scholar 学术图谱 API 访问权限的 MCP 服务器,用于文献搜索和分析。
概述
AIRA-SemanticScholar 是一个全面的模型上下文协议 (MCP) 服务器,通过 Semantic Scholar API 将 AI 模型与学术文献连接起来。它提供智能论文发现、作者分析、引用网络探索以及从 arXiv 和 Wiley 等来源获取全文的工具。该服务器支持基本和高级搜索操作、批量处理功能,并与学术认证系统集成以实现机构访问权限。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要将学术文献搜索和引文分析集成到 AI 工作流中,特别是利用 Semantic Scholar 的综合性学术图谱数据时,选择这个 MCP 服务器。
什么时候不要选它
如果您需要访问 Semantic Scholar 之外的学术数据库,不要选择这个服务器,因为它仅提供来自 Semantic Scholar API 的数据。
此 server 暴露的工具
从 README 抽取出 12 个工具search_papersSearch academic papers using basic keyword-based discovery or advanced filters
find_paper_by_titleFind papers by closest title match with confidence scoring
get_paper_detailsRetrieve detailed information about a specific paper including citations and references
search_authorsSearch authors by name or affiliation
get_author_profileRetrieve detailed author profiles with metrics and publication lists
get_citing_papersFind papers that cite a specific work
get_referencesRetrieve reference list for a specific paper
get_field_papersBrowse top papers by academic field or publication venue
get_open_access_papersFilter research to find open access publications
search_arxivSearch arXiv repository directly with customizable parameters
download_arxiv_pdfDownload and extract full-text from arXiv papers
resolve_doiFetch content from any DOI URL with automatic redirect handling
可对比工具
安装
安装
- 使用 npx:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"]
}
}
}- 使用 Smithery:
访问 [Smithery 列表](https://smithery.ai/server/@hamid-vakilzadeh/mcpsemanticscholar) 获取更多安装选项。
- 要获取 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。