A Node.js implementation of the Model Context Protocol (MCP) server for searching and downloading academic papers from multiple sources, including **Web of Science**, arXiv, and more.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"paper-search-mcp-nod": {
"command": "npx",
"args": [
"-y",
"Dianel555/paper-search-mcp-nodejs"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add paper-search-mcp-nod npx -y Dianel555/paper-search-mcp-nodejs
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"paper-search-mcp-nod": {
"command": "npx",
"args": [
"-y",
"Dianel555/paper-search-mcp-nodejs"
]
}
}
}
📋 Copy