semantic-scholar-mcp-server
Allows fetching paper details using ArXiv IDs through the Semantic Scholar API.
Allows fetching paper details using DOIs through the Semantic Scholar API.
Provides tools to search and retrieve papers, authors, recommendations, and snippets from the Semantic Scholar academic database, with support for various paper identifiers.
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., "@semantic-scholar-mcp-serverSearch for papers on transformer models from 2023"
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.
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)
Tool | Description |
| Search papers by keyword with filtering (year, venue, field, open access, citations, type) |
| Bulk search with cursor pagination for large result sets (up to 10M) |
| Find the single best match for a known paper title |
| Autocomplete partial paper titles (up to 10 suggestions) |
| Get full details for a paper by ID (S2 ID, DOI, ArXiv, PMID, etc.) |
| Retrieve up to 500 papers in a single request |
| Get papers that cite a given paper (forward citations) |
| Get a paper's reference list (bibliography) |
| Get author details for a specific paper |
Authors (4 tools)
Tool | Description |
| Get full author profile (h-index, affiliations, stats) |
| Retrieve up to 1000 author profiles in one request |
| Search for authors by name |
| Get all papers by a specific author |
Recommendations (2 tools)
Tool | Description |
| Get ML-powered paper recommendations for a given paper |
| Get recommendations from positive/negative example papers |
Snippets (1 tool)
Tool | Description |
| Search within paper bodies for specific text passages |
Related MCP server: Semantic Scholar MCP Server
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 build3. 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-keyFeatures
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 dataCustom field selection: Override default fields with the
fieldsparameterBuilt-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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/SMABoundless/semanticscholar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server