com.thenextgennexus/academic-research-mcp-server
Official2 toolsArXiv preprints + Google Scholar papers, with citation counts in one query.
ArXiv preprints and Google Scholar papers with citation counts.
Captured live from the server via tools/list.
search_arxiv
Search the arXiv preprint repository for peer-reviewed academic papers in physics, mathematics, computer science, and related fields. Returns paper title, author list, abstract, publication date, PDF link, and category classification. Use for cutting-edge research, literature review, or staying current in academic fields.
Parameters (2)
- querystringrequired
Research keywords or topic (e.g. 'neural networks', 'quantum computing', 'protein folding')
- max_resultsinteger
Number of papers to return (default 10, higher values for comprehensive literature review)
search_google_scholar
Query Google Scholar for academic papers, citations, and research articles across all disciplines. Returns paper title, authors, publication venue, citation count, abstract preview, and full-text link if available. Use for comprehensive literature searches, citation tracking, or finding highly-cited works.
Parameters (2)
- querystringrequired
Search terms or research topic (e.g. 'machine learning bias', 'climate change economics', 'gene therapy advances')
- max_resultsinteger
Maximum papers to retrieve (default 10, recommended for focused results)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"academic-research-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/academic-research-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.