semanticscholar for VS Code
io.github.smaboundless/semanticscholar
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
client:VS Code
transport:stdio
runtime:npm
Install semanticscholar in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "semanticscholar-api-key",
"description": "SEMANTICSCHOLAR_API_KEY",
"password": true
}
],
"servers": {
"semanticscholar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "${input:semanticscholar-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs