org.memoryapi/research
Official3 toolsAcademic Research Search
Academic research search across PubMed and arXiv
Searches academic research across PubMed and arXiv databases.
Captured live from the server via tools/list.
search_pubmed
Search PubMed biomedical literature database (NIH). Returns articles with titles, authors, journals, and links.
Parameters (3)
- qstringrequired
Search query (e.g. "COVID-19 vaccines", "CRISPR gene editing")
- limitnumber
Number of results (max 20, default 10)
- sortstring
Sort order: relevance or date
search_arxiv
Search arXiv preprint server for scientific papers. Best for CS, physics, math, and AI research.
Parameters (3)
- qstringrequired
Search query (e.g. "transformer architecture", "quantum computing")
- categorystring
arXiv category: cs, physics, math, q-bio, stat, econ
- limitnumber
Number of results (max 20, default 10)
get_citations
Get paper citations and metadata via Crossref. Look up by DOI or search by topic.
Parameters (4)
- qstring
Search query for papers
- doistring
Specific DOI to look up (e.g. "10.1038/nature12373")
- limitnumber
Number of results (max 20, default 10)
- typestring
Filter by type: journal-article, book-chapter, proceedings-article
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"research": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://research.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.