Built on top of Semantic Scholar and arXiv APIs, this server gives Claude direct access to academic literature without requiring API credentials for basic use. You get paper search with filters for year ranges and citation counts, author lookup with h-index metrics, citation network traversal, and full-text PDF extraction from arXiv papers. It also pulls from Wiley's open access catalog if you configure a TDM token. The toolset covers the standard research workflow: find papers, trace citations, pull author profiles, and download PDFs for analysis. Useful when you need Claude to survey literature, build bibliographies, or extract content from academic papers during a conversation.
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.
npx install path:{
"mcpServers": {
"aira-semanticscholar": {
"command": "npx",
"args": ["-y", "aira-semanticscholar"]
}
}
}
/mcp endpoint.To enable full-text PDF download from Wiley papers, you'll need a Wiley TDM Client Token:
{
"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.
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc
n24q02m/better-notion-mcp