Server data from the Official MCP Registry
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SEMANTICSCHOLAR_API_KEY
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"
}
}
}From the project's GitHub README.
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.
| Tool | Description |
|---|---|
paper_search | Search papers by keyword with filtering (year, venue, field, open access, citations, type) |
paper_search_bulk | Bulk search with cursor pagination for large result sets (up to 10M) |
paper_match | Find the single best match for a known paper title |
paper_autocomplete | Autocomplete partial paper titles (up to 10 suggestions) |
paper_get | Get full details for a paper by ID (S2 ID, DOI, ArXiv, PMID, etc.) |
paper_batch | Retrieve up to 500 papers in a single request |
paper_citations | Get papers that cite a given paper (forward citations) |
paper_references | Get a paper's reference list (bibliography) |
paper_authors | Get author details for a specific paper |
| Tool | Description |
|---|---|
author_get | Get full author profile (h-index, affiliations, stats) |
author_batch | Retrieve up to 1000 author profiles in one request |
author_search | Search for authors by name |
author_papers | Get all papers by a specific author |
| Tool | Description |
|---|---|
recommendations_for_paper | Get ML-powered paper recommendations for a given paper |
recommendations_from_lists | Get recommendations from positive/negative example papers |
| Tool | Description |
|---|---|
snippet_search | Search within paper bodies for specific text passages |
Get a free key at semanticscholar.org/product/api. Without a key, requests are heavily rate-limited.
cd semanticscholar-mcp-server
npm install
npm run build
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
response_format: "json" for structured datafields parameterMIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption