paper-radar

nagidev-lab/paper-radar
★ 0 stars Python AI/LLM Updated today
MCP server that fetches the latest papers in your field via Europe PMC. Ask Claude: what's new in X this week? A weekend build.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paper-radar": {
      "command": "uvx",
      "args": [
        "paper-radar"
      ]
    }
  }
}

Or install with pip: pip install paper-radar

README Excerpt

An **MCP server** that pulls the **latest papers in your field** into Claude (or any MCP client). Ask your assistant: > *"What's new in cyanobacteria pigment research this week? Summarize the top 5."* …and it fetches recent papers (journals **and** preprints) from **Europe PMC**, newest first, so the model can summarize / compare them. The reasoning runs on **your** Claude/ChatGPT — PaperRadar just fetches and structures the data. **No API key. No account. Free.**