AI Research Assistant - Semantic Scholar
Enables searching the arXiv repository with customizable query parameters and downloading full-text content from arXiv PDFs with automatic text extraction.
Supports fetching content from DOI URLs with automatic redirect handling to publisher sites and metadata extraction.
Provides comprehensive access to the Semantic Scholar Academic Graph API for literature search, paper analysis, author discovery, citation network exploration, and retrieval of academic paper metadata and metrics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Research Assistant - Semantic ScholarFind recent papers about transformer architectures with high citation counts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Research Assistant - MCP
A Model Context Protocol (MCP) server that provides AI models with comprehensive access to the Semantic Scholar Academic Graph API. This server enables intelligent literature search, paper analysis, and citation network exploration through a robust set of tools, resources, and prompts.
The MCP project extends the work we started in our academic paper on using AI as a research assistant. In that paper, we focused on retrieval-augmented generation (RAG) as a practical approach to support research tasks. By the time the paper was published, we had already moved forward with MCP, which takes the core ideas further and delivers a more capable system. While MCP isnβt covered in the paper, it continues the same effort and reflects what we learned along the way.
If youβre referencing this project, please also cite the following paper to acknowledge the original research:
Vakilzadeh, H., and Wood, D. A. (2025). The Development of a RAG-Based Artificial Intelligence Research Assistant (AIRA). Journal of Information Systems forthcoming.
Installation
Local
npxinstall path:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"]
}
}
}Smithery listing: Smithery
Remote Smithery continuity after managed hosting requires publishing a new external URL release that points to your self-hosted
/mcpendpoint.
Related MCP server: Claude Desktop Research MCP Server
Optional: Wiley Full-Text Access
To enable full-text PDF download from Wiley papers, you'll need a Wiley TDM Client Token:
Visit: Wiley Text and Data Mining
Accept the Wiley terms and conditions for Text and Data Mining
Obtain your TDM Client Token
Configure the token in your Claude Desktop MCP settings:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"],
"env": {
"WILEY_TDM_CLIENT_TOKEN": "your-token-here"
}
}
}
}To add a Semantic Scholar API key for higher rate limits:
{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"],
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your-key-here",
"WILEY_TDM_CLIENT_TOKEN": "your-token-here"
}
}
}
}Requirements:
You must have institutional access or subscription to download content
Academic subscribers can access subscribed content for non-commercial research at no extra cost
Rate limits: 3 articles/second, 60 requests/10 minutes
Note:
The Semantic Scholar API allows up to 100 requests per 5 minutes. To access a higher rate limit, visit Semantic Scholar to request authentication for your project.
Features
π Comprehensive Paper Search
Basic Search: Simple keyword-based paper discovery
Advanced Search: Multi-filter search with year ranges, citation thresholds, field of study filters, and publication type restrictions
Title Matching: Find papers by closest title match with confidence scoring
Batch Operations: Retrieve multiple papers efficiently (up to 500 papers per request)
π₯ Author Discovery & Analysis
Search authors by name or affiliation
Retrieve detailed author profiles with metrics (h-index, citation counts, paper counts)
Access complete publication lists for any author
π Citation Network Analysis
Explore papers that cite a specific work
Analyze reference lists and citation patterns
Multi-depth citation network traversal for comprehensive impact analysis
π Field-Specific Research
Browse top papers by academic field
Filter research by publication venues
Access open access publications specifically
π Full-Text Access & Download
arXiv Papers
Search arXiv repository directly with customizable query parameters
Download and extract full-text from arXiv PDFs
In-memory PDF processing with automatic text extraction
Support for all arXiv paper formats (new style: 2301.12345, old style: hep-ex/0307015)
Wiley Papers
Download and extract text from Wiley academic papers
Support for institutional access and open access content
Requires Wiley TDM Client Token for full access (see configuration below)
DOI Resolution
Fetch content from any DOI URL
Automatic redirect handling to publisher sites
Extract metadata and available content
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceProvides direct access to 200M+ academic papers from Semantic Scholar, enabling paper search with advanced filters, author discovery, citation analysis, and AI-powered paper recommendations through natural language.1413MIT
- FlicenseAqualityBmaintenanceEnables searching, retrieving, and reading academic papers from arXiv while analyzing citation networks via Semantic Scholar. It allows users to extract full-text content from PDFs and explore references or citations sorted by impact.19
- AlicenseAqualityDmaintenanceEnables retrieval of academic paper metadata, PDFs, full text, citations, and references by title via Semantic Scholar, arXiv, and other sources.61MIT
- Alicense-qualityDmaintenanceEnables searching and retrieving academic paper metadata from Semantic Scholar, including paper details, citations, and author information.20MIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work.
Search 340M+ academic papers β citation graphs, semantic similarity, and AI literature reviews.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hamid-vakilzadeh/AIRA-SemanticScholar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server