MCP Server
Maintained
io.github.SMABoundless/semanticscholar MCP Server
io.github.SMABoundless/semanticscholar
What is the io.github.SMABoundless/semanticscholar MCP server?
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
How to install io.github.SMABoundless/semanticscholar
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SEMANTICSCHOLAR_API_KEYsecretSemantic Scholar API key from https://www.semanticscholar.org/product/api (optional but recommended for higher rate limits)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"semanticscholar": {
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "<YOUR_SEMANTICSCHOLAR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"semanticscholar": {
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "<YOUR_SEMANTICSCHOLAR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"semanticscholar": {
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "<YOUR_SEMANTICSCHOLAR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"semanticscholar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "<YOUR_SEMANTICSCHOLAR_API_KEY>"
}
}
}
}Claude Code
claude mcp add semanticscholar --env SEMANTICSCHOLAR_API_KEY=<YOUR_SEMANTICSCHOLAR_API_KEY> -- npx -y semanticscholar-mcp-serverRelated MCP servers
io.github.SMABoundless/scopus
Maintained
Search Scopus abstracts, authors, and export citations via Elsevier API
1
View repository →Python
MIT
io.github.SMABoundless/orcid
Maintained
Search ORCID researcher profiles, retrieve works, and export citations
0
View repository →Python
MIT
io.github.SMABoundless/unpaywall
Maintained
Open-access availability for 120M+ scholarly articles via the Unpaywall API
0
View repository →Python
MIT