academia_mcp

IlyaGusev/academia_mcp

3.4

If you are the rightful owner of academia_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Academia MCP is a collection of tools designed to facilitate the search and retrieval of scientific papers from various academic sources.

Academia MCP

A collection of MCP tools related to the search of scientific papers:

  • ArXiv search and download
  • ACL Anthology search
  • HuggingFact datasets search
  • Semantic Scholar citation graphs

Install:

pip3 install academia-mcp

Comprehensive report screencast: https://www.youtube.com/watch?v=4bweqQcN6w8

Single paper screencast: https://www.youtube.com/watch?v=IAAPMptJ5k8

Claude Desktop config:

{
  "mcpServers": {
    "academia": {
      "command": "python3",
      "args": [
        "-m",
        "academia_mcp"
      ]
    }
  }
}