# Academic Research MCP Server

Search Google Scholar for academic papers, access PubMed medical literature, and find research across multiple academic databases.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/academic-research-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/academic-research-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/academic-research-mcp-server search_arxiv

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/academic-research-mcp-server search_arxiv '{}'
```

## Direct MCP Connection

Endpoint: `https://academic-research-mcp-server--nexgendata-apify.run.tools`

## Tools (2)

- `search_arxiv` — Search arXiv for academic papers. Returns titles, authors, abstracts, and PDF links.
- `search_google_scholar` — Search Google Scholar for academic papers. Returns titles, authors, citations, and links.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/academic-research-mcp-server <tool-name>
```
