org.memoryapi/ai
Official3 toolsAI/ML Research Papers
AI/ML research papers from arXiv, DBLP, and HuggingFace
Search AI/ML research papers from arXiv, DBLP, and HuggingFace.
Captured live from the server via tools/list.
get_ai_papers
Get trending or searched AI/ML research papers from HuggingFace Papers. Returns trending papers for a given date or search results by keyword.
Parameters (4)
- typestring
trending or search (default: trending)
- qstring
Search query (for type=search)
- datestring
Date for trending papers (YYYY-MM-DD, default: yesterday)
- limitnumber
Number of results (max 25)
search_arxiv_ai
Search arXiv for AI/ML papers by keyword and category. Returns recent submissions sorted by date.
Parameters (3)
- qstring
Keyword search query
- categorystring
arXiv category: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO, stat.ML (default: cs.LG)
- limitnumber
Number of results (max 20)
search_dblp
Search DBLP computer science bibliography for publications or authors. Free, no key required.
Parameters (3)
- qstring
Publication search query
- authorstring
Search by author name instead of publication title
- limitnumber
Number of results (max 25)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.