A Node.js MCP server for searching and downloading academic papers from multiple sources, including arXiv, PubMed, bioRxiv, Web of Science, and more.
{
"mcpServers": {
"paper-search-nodejs": {
"command": "npx",
"args": [
"-y",
"paper-search-mcp-nodejs"
]
}
}
}