Connect Semantic Scholar to Claude Code
Query Semantic Scholar directly from Claude Code. Arlet links the two through one MCP connection and takes care of API keys.
This server connects your AI client to the Semantic Scholar Academic Graph API and Recommendations API operated by the Allen Institute for AI. It covers 200M+ papers, 80M+ authors and 2B+ citation edges across all disciplines, making it a general-purpose literature tool for market research, due diligence and technology scouting as well as academic work.
Key features:
- search_papers: relevance search with year range, field of study, publication type (Review / MetaAnalysis / ClinicalTrial ...), venue, minimum citation count and open-access filters. Returns citation counts, DOI / arXiv ids, open-access PDF links and a one-sentence TLDR.
- get_paper: full details by Semantic Scholar id, DOI, arXiv id, PubMed id or Corpus id.
- get_paper_citations / get_paper_references: who cites a paper and what it cites, with citation intents (background / method / result), influential flags and citing-context snippets.
- search_authors: researchers by name with affiliations, paper count, total citations and h-index.
- get_recommendations: related papers for a seed paper from Semantic Scholar's recommendation model.
Licensing: data is returned under the Semantic Scholar API License Agreement (ODC-BY 1.0 / CC BY-NC depending on the record) and every response carries the required 'Semantic Scholar' attribution. Abstract text is included only for open-access papers under a CC-BY family license; for other papers the server returns the TLDR and a link instead.
An API key is optional: anonymous access works within a rate limit shared by all unauthenticated users (HTTP 429 when busy), and a free key requested from Semantic Scholar gives you a dedicated allowance.
How to connect Semantic Scholar to Claude Code
- 1
In the Arlet dashboard, open Data tools, find Semantic Scholar and switch it on. No API key setup is needed.
- 2
In your terminal, run claude mcp add --transport http arlet https://mcp.arlet.dev/mcp/ to add Arlet as an MCP server.
- 3
Start Claude Code, run /mcp, select arlet and click Authenticate.
- 4
Your browser opens. Sign in with Google and click Allow on the consent screen. The connection is complete.
The connection is per user and works across every project on the same machine.
