← Back to Plugins
MCP Server MCP

Paper Distill MCP

github By github 👁 1 views ▲ 0 votes

Academic paper search across 11 sources with AI curation, ranked push, Zotero and Obsidian support.

Homepage Verified source GitHub

Install

uvx paper-distill-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "paper-distill-mcp",
      "version": "0.2.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Email for OpenAlex polite pool (higher rate limits) and Unpaywall queries",
          "format": "string",
          "name": "OPENALEX_EMAIL"
        },
        {
          "description": "CORE API key for enhanced open-access paper retrieval (free at core.ac.uk)",
          "format": "string",
          "isSecret": true,
          "name": "CORE_API_KEY"
        },
        {
          "description": "Telegram bot token for paper delivery",
          "format": "string",
          "isSecret": true,
          "name": "TELEGRAM_BOT_TOKEN"
        },
        {
          "description": "Telegram chat ID for paper delivery",
          "format": "string",
          "name": "TELEGRAM_CHAT_ID"
        },
        {
          "description": "Discord webhook URL for paper delivery",
          "format": "string",
          "isSecret": true,
          "name": "DISCORD_WEBHOOK_URL"
        },
        {
          "description": "Zotero user ID for saving papers to your library",
          "format": "string",
          "name": "ZOTERO_LIBRARY_ID"
        },
        {
          "description": "Zotero API key for saving papers to your library",
          "format": "string",
          "isSecret": true,
          "name": "ZOTERO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...