AIRA-SemanticScholar
by hamid-vakilzadeh·★ 22·Score 43
MCP server providing AI models with access to Semantic Scholar Academic Graph API for literature search and analysis.
Overview
AIRA-SemanticScholar is a comprehensive Model Context Protocol server that bridges AI models with academic literature through the Semantic Scholar API. It provides tools for intelligent paper discovery, author analysis, citation network exploration, and full-text access from various sources including arXiv and Wiley. The server supports both basic and advanced search operations, batch processing capabilities, and integrates with academic authentication systems for institutional access.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need academic literature search and citation analysis integrated into AI workflows, especially with Semantic Scholar's comprehensive academic graph data.
When NOT to choose this
Don't choose this server if you need access to other academic databases beyond Semantic Scholar, as it only provides data from the Semantic Scholar API.
Tools this server exposes
12 tools extracted from the READMEsearch_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
Comparable tools
Installation
Installation
- Using npx:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"]
}
}
}- Using Smithery:
Visit the [Smithery listing](https://smithery.ai/server/@hamid-vakilzadeh/mcpsemanticscholar) for more installation options.
- For full-text access to Wiley papers, add the WILEY_TDM_CLIENT_TOKEN environment variable:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"],
"env": {
"WILEY_TDM_CLIENT_TOKEN": "your-token-here"
}
}
}
}FAQ
- What API rate limits does Semantic Scholar have?
- Semantic Scholar API allows 100 requests per 5 minutes. You can request authentication for higher rate limits.
- Do I need institutional access for full-text downloads?
- Yes, you must have institutional access or subscription to download content, especially from publishers like Wiley.
Compare AIRA-SemanticScholar with
Last updated · Auto-generated from public README + GitHub signals.