Run a Paper Search agent and chatbot at the Room level in the Meshagent cloud for easy testing.
1. Install Meshagent CLI
2. Sign up and Authenticate
3. Start MCP Paper Search Server in a Room
4. Start a Chatbot in the Room Using the Toolkit
5. Try it Out!
For production: create persistent MCP Server and chatbot services at the project level. These join every new Room in your Meshagent project automatically—no need for manual process management.
1. Create Persistent MCP Server
2. Create Persistent Chatbot
Paper Search MCP Server provides academic paper search and download functionality from sources like arXiv, PubMed, bioRxiv, and more.
Tool | Description |
---|---|
download_arxiv | Download PDF of an arXiv paper. |
download_biorxiv | Download PDF of a bioRxiv paper. |
download_medrxiv | Download PDF of a medRxiv paper. |
download_pubmed | Attempt to download PDF of a PubMed paper. |
read_arxiv_paper | Read and extract text content from an arXiv paper PDF. |
read_biorxiv_paper | Read and extract text content from a bioRxiv paper PDF. |
read_medrxiv_paper | Read and extract text content from a medRxiv paper PDF. |
read_pubmed_paper | Read and extract text content from a PubMed paper. |
search_arxiv | Search academic papers from arXiv. |
search_biorxiv | Search academic papers from bioRxiv. |
search_google_scholar | Search academic papers from Google Scholar. |
search_medrxiv | Search academic papers from medRxiv. |
search_pubmed | Search academic papers from PubMed. |
download_arxiv
Description: Download PDF of an arXiv paper.
Parameters:
paper_id
(string): arXiv paper ID (e.g., ‘2106.12345’).save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_biorxiv
Description: Download PDF of a bioRxiv paper.
Parameters:
paper_id
(string): bioRxiv DOI.save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_medrxiv
Description: Download PDF of a medRxiv paper.
Parameters:
paper_id
(string): medRxiv DOI.save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_pubmed
Description: Attempt to download PDF of a PubMed paper.
Parameters:
paper_id
(string): PubMed ID (PMID).save_path
(string, optional): Directory to save the PDF (default: ./downloads
).read_arxiv_paper
Description: Read and extract text content from an arXiv paper PDF.
Parameters:
paper_id
(string): arXiv paper ID (e.g., ‘2106.12345’).save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_biorxiv_paper
Description: Read and extract text content from a bioRxiv paper PDF.
Parameters:
paper_id
(string): bioRxiv DOI.save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_medrxiv_paper
Description: Read and extract text content from a medRxiv paper PDF.
Parameters:
paper_id
(string): medRxiv DOI.save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_pubmed_paper
Description: Read and extract text content from a PubMed paper.
Parameters:
paper_id
(string): PubMed ID (PMID).save_path
(string, optional): Directory where the PDF would be saved (unused).search_arxiv
Description: Search academic papers from arXiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_biorxiv
Description: Search academic papers from bioRxiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_google_scholar
Description: Search academic papers from Google Scholar.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_medrxiv
Description: Search academic papers from medRxiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_pubmed
Description: Search academic papers from PubMed.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).Run a Paper Search agent and chatbot at the Room level in the Meshagent cloud for easy testing.
1. Install Meshagent CLI
2. Sign up and Authenticate
3. Start MCP Paper Search Server in a Room
4. Start a Chatbot in the Room Using the Toolkit
5. Try it Out!
For production: create persistent MCP Server and chatbot services at the project level. These join every new Room in your Meshagent project automatically—no need for manual process management.
1. Create Persistent MCP Server
2. Create Persistent Chatbot
Paper Search MCP Server provides academic paper search and download functionality from sources like arXiv, PubMed, bioRxiv, and more.
Tool | Description |
---|---|
download_arxiv | Download PDF of an arXiv paper. |
download_biorxiv | Download PDF of a bioRxiv paper. |
download_medrxiv | Download PDF of a medRxiv paper. |
download_pubmed | Attempt to download PDF of a PubMed paper. |
read_arxiv_paper | Read and extract text content from an arXiv paper PDF. |
read_biorxiv_paper | Read and extract text content from a bioRxiv paper PDF. |
read_medrxiv_paper | Read and extract text content from a medRxiv paper PDF. |
read_pubmed_paper | Read and extract text content from a PubMed paper. |
search_arxiv | Search academic papers from arXiv. |
search_biorxiv | Search academic papers from bioRxiv. |
search_google_scholar | Search academic papers from Google Scholar. |
search_medrxiv | Search academic papers from medRxiv. |
search_pubmed | Search academic papers from PubMed. |
download_arxiv
Description: Download PDF of an arXiv paper.
Parameters:
paper_id
(string): arXiv paper ID (e.g., ‘2106.12345’).save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_biorxiv
Description: Download PDF of a bioRxiv paper.
Parameters:
paper_id
(string): bioRxiv DOI.save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_medrxiv
Description: Download PDF of a medRxiv paper.
Parameters:
paper_id
(string): medRxiv DOI.save_path
(string, optional): Directory to save the PDF (default: ./downloads
).download_pubmed
Description: Attempt to download PDF of a PubMed paper.
Parameters:
paper_id
(string): PubMed ID (PMID).save_path
(string, optional): Directory to save the PDF (default: ./downloads
).read_arxiv_paper
Description: Read and extract text content from an arXiv paper PDF.
Parameters:
paper_id
(string): arXiv paper ID (e.g., ‘2106.12345’).save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_biorxiv_paper
Description: Read and extract text content from a bioRxiv paper PDF.
Parameters:
paper_id
(string): bioRxiv DOI.save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_medrxiv_paper
Description: Read and extract text content from a medRxiv paper PDF.
Parameters:
paper_id
(string): medRxiv DOI.save_path
(string, optional): Directory where the PDF is/will be saved (default: ./downloads
).read_pubmed_paper
Description: Read and extract text content from a PubMed paper.
Parameters:
paper_id
(string): PubMed ID (PMID).save_path
(string, optional): Directory where the PDF would be saved (unused).search_arxiv
Description: Search academic papers from arXiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_biorxiv
Description: Search academic papers from bioRxiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_google_scholar
Description: Search academic papers from Google Scholar.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_medrxiv
Description: Search academic papers from medRxiv.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).search_pubmed
Description: Search academic papers from PubMed.
Parameters:
query
(string): Search query string (e.g., ‘machine learning’).max_results
(integer, optional): Maximum number of papers to return (default: 10).