Academia MCP is a server that provides tools to search, fetch, analyze, and report on scientific papers and datasets.
From the registry: Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel…
$ pip3 install academia-mcpPlease install the `ilyagusev-academia-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install academia-mcp** — Install from PyPI Run: `pip3 install academia-mcp`
- **Python 3.12+** — Python 3.12 or higher
Canonical MCP server config (stdio transport):
- command: `python3`
- args: ["-m","academia_mcp","--transport","stdio"]
- optional environment variables:
- `OPENROUTER_API_KEY`: Required to enable LLM-powered tools (document_qa, review_pdf_paper, bitflip) (example: `<your-openrouter-api-key>`)
- `WORKSPACE_DIR`: Directory for generated files (required for compile_latex, read_pdf, download_pdf_paper) (example: `<your-workspace-dir>`)
- `EXA_API_KEY`: Enable Exa provider in web_search/visit_webpage (example: `<your-exa-api-key>`)
- `BRAVE_API_KEY`: Enable Brave provider in web_search (example: `<your-brave-api-key>`)
- `TAVILY_API_KEY`: Enable Tavily provider in web_search (example: `<your-tavily-api-key>`)
Note: Searches ArXiv, ACL Anthology, Semantic Scholar, Hugging Face datasets, plus optional LLM-powered document QA and research proposal tools. Also supports streamable-http and sse transports.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENROUTER_API_KEYrequiredRequired for LLM-related tools.MCP server for searching Airweave collections with natural language queries.