The AlphaXiv MCP Node integrates with the AlphaXiv MCP server via Scalekit. It gives your AI agent the ability to discover, read, and answer questions about arXiv papers, and to read files from related GitHub repositories.
Parameters
Required Parameters
- action (string): The target AlphaXiv MCP action to run. Must be one of the enabled actions:
alphaxivmcp_answer_pdf_queries: Answer questions about a PDF/paper.alphaxivmcp_discover_papers: Discover/search for arXiv papers.alphaxivmcp_get_paper_content: Fetch the content of a specific paper.alphaxivmcp_read_files_from_github_repository: Read files from a GitHub repository associated with a paper.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{'query': 'transformers', 'arxiv_id': '2401.12345'}).
Practical Use Cases
- Literature Review: Automatically discover and summarize the latest arXiv papers on a given topic.
- Paper Q&A: Upload or reference a paper and ask specific questions about its methods, results, or related work.
- Reproducibility Research: Read source files from a paper's GitHub repository to verify or reproduce experiments.