Academic Paper Search MCP ServerServer

afrise
GitHub
academic searchMCP serverresearch

Loading subscription status...

💡 Description

This server allows for real-time search and retrieval of academic paper information from multiple sources, providing access to paper metadata, abstracts, and full text content where available. It is designed for integration with AI models that support tool/function calling, offering structured data responses that comply with MCP specifications.

📝 JSON Entries

{
  "mcpServers": [
    {
      "academic-search": {
        "env": {
          "CROSSREF_API_KEY": "your_key_here",
          "SEMANTIC_SCHOLAR_API_KEY": "your_key_here"
        },
        "args": [
          "run",
          "/path/to/server/server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

search_papersfetch_paper_detailssearch_by_topic

Features

  • Real-time academic paper search
  • Access to paper metadata and abstracts
  • Fetch full text content when available

💬 Example Queries

  • Search for recent papers on artificial intelligence.
  • Fetch details for a specific paper using its DOI.