MCP Catalogs
Home

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.

ai-llmknowledge-graphsearch
7
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Academic researchers conducting literature reviews in specific fields
you:AI assistants needing to access and analyze research papers
you:Research institutions building custom knowledge management systems
you:What API rate limits does Semantic Scholar have?
you:Do I need institutional access for full-text downloads?

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 README
  • 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

Comparable tools

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

Installation

Installation

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

Visit the [Smithery listing](https://smithery.ai/server/@hamid-vakilzadeh/mcpsemanticscholar) for more installation options.

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.