# Paper Search

Search and download academic papers from multiple sources like arXiv and PubMed. Enhance your research workflow with seamless integration into LLM applications, allowing for efficient access to schol…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add openags/paper-search-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list openags/paper-search-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openags/paper-search-mcp search_arxiv

# Call a tool
npx -y @smithery/cli@latest tool call openags/paper-search-mcp search_arxiv '{}'
```

## Direct MCP Connection

Endpoint: `https://paper-search-mcp--openags.run.tools`

## Tools (13)

- `search_arxiv` — Search academic papers from arXiv.
- `search_pubmed` — Search academic papers from PubMed.
- `search_biorxiv` — Search academic papers from bioRxiv.
- `search_medrxiv` — Search academic papers from medRxiv.
- `search_google_scholar` — Search academic papers from Google Scholar.
- `download_arxiv` — Download PDF of an arXiv paper.
- `download_pubmed` — Attempt to download PDF of a PubMed paper.
- `download_biorxiv` — Download PDF of a bioRxiv paper.
- `download_medrxiv` — Download PDF of a medRxiv paper.
- `read_arxiv_paper` — Read and extract text content from an arXiv paper PDF.
- `read_pubmed_paper` — Read and extract text content from a PubMed paper.
- `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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get openags/paper-search-mcp <tool-name>
```

---

Source: https://github.com/openags/paper-search-mcp | License: MIT
