★ 143 stars
TypeScript
🔍 Search
Updated 17d ago
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.
View on GitHub →
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
Topics
arxiv biorxiv google-scholar iacr medrxiv paper-search paper-search-mcp pubmed search semantic-scholar web-of-science