Skip to content
VS Code

semantic scholar mcp for VS Code

io.github.mrfentmen/semantic-scholar-mcp

Search academic papers and read citations from Semantic Scholar. No key required.

client:VS Code transport:stdio runtime:npm

Install semantic scholar mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "semantic-scholar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "semantic-scholar-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

semantic scholar mcp in other clients