Back to Browse

Semanticscholar MCP Server

Education & ResearchLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

About

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (5 strong, 5 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Semantic Scholar API key from https://www.semanticscholar.org/product/api (optional but recommended for higher rate limits)Required

Environment variable: SEMANTICSCHOLAR_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smaboundless-semanticscholar": {
      "env": {
        "SEMANTICSCHOLAR_API_KEY": "your-semanticscholar-api-key-here"
      },
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Semantic Scholar MCP Server

An MCP (Model Context Protocol) server for the Semantic Scholar Academic Graph API — 200M+ papers with citation networks, author profiles, and full-text snippet search.

Built with the MCP TypeScript SDK and Zod.

Tools (16 total)

Papers (9 tools)

ToolDescription
paper_searchSearch papers by keyword with filtering (year, venue, field, open access, citations, type)
paper_search_bulkBulk search with cursor pagination for large result sets (up to 10M)
paper_matchFind the single best match for a known paper title
paper_autocompleteAutocomplete partial paper titles (up to 10 suggestions)
paper_getGet full details for a paper by ID (S2 ID, DOI, ArXiv, PMID, etc.)
paper_batchRetrieve up to 500 papers in a single request
paper_citationsGet papers that cite a given paper (forward citations)
paper_referencesGet a paper's reference list (bibliography)
paper_authorsGet author details for a specific paper

Authors (4 tools)

ToolDescription
author_getGet full author profile (h-index, affiliations, stats)
author_batchRetrieve up to 1000 author profiles in one request
author_searchSearch for authors by name
author_papersGet all papers by a specific author

Recommendations (2 tools)

ToolDescription
recommendations_for_paperGet ML-powered paper recommendations for a given paper
recommendations_from_listsGet recommendations from positive/negative example papers

Snippets (1 tool)

ToolDescription
snippet_searchSearch within paper bodies for specific text passages

Setup

1. Get an API key (optional but recommended)

Get a free key at semanticscholar.org/product/api. Without a key, requests are heavily rate-limited.

2. Install and build

cd semanticscholar-mcp-server
npm install
npm run build

3. Add to Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "semantic-scholar": {
      "command": "node",
      "args": ["/path/to/semanticscholar-mcp-server/dist/index.js"],
      "env": {
        "SEMANTICSCHOLAR_API_KEY": "your-api-key"
      }
    }
  }
}

Or if using Claude Code CLI:

claude mcp add semantic-scholar \
  node \
  /path/to/semanticscholar-mcp-server/dist/index.js \
  -e SEMANTICSCHOLAR_API_KEY=your-api-key

Features

  • Multiple ID formats: Accepts S2 Paper IDs, DOIs, ArXiv IDs, PMIDs, PMCIDs, CorpusIds
  • Markdown or JSON output: Every tool supports response_format: "json" for structured data
  • Custom field selection: Override default fields with the fields parameter
  • Built-in rate limiting: Token bucket limiter prevents API throttling
  • Batch operations: Retrieve up to 500 papers or 1000 authors in a single call

Usage examples

  • "Search Semantic Scholar for papers on transformer architectures from 2023"
  • "Get recommendations for papers similar to this one"
  • "Find the citation network for DOI 10.1038/nature14539"
  • "Search for text snippets mentioning 'chain of thought prompting'"
  • "Look up author profile for researcher 1741101"

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Semanticscholar MCP Server - Search 200M+ papers, authors, citations, and | MCP Marketplace