semanticscholar for Cursor
io.github.smaboundless/semanticscholar
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
client:Cursor
transport:stdio
runtime:npm
Install semanticscholar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"semanticscholar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"semanticscholar-mcp-server"
],
"env": {
"SEMANTICSCHOLAR_API_KEY": "<SEMANTICSCHOLAR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs