PluginBench
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_KEY
    secret

    Semantic 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-server

Related MCP servers

Search Scopus abstracts, authors, and export citations via Elsevier API

1
Python
MIT
View repository →

Search and retrieve scholarly metadata from the Crossref REST API

0
Python
MIT
View repository →

Search ORCID researcher profiles, retrieve works, and export citations

0
Python
MIT
View repository →

Open-access availability for 120M+ scholarly articles via the Unpaywall API

0
Python
MIT
View repository →
io.github.SMABoundless/semanticscholar MCP Server | PluginBench