zotero-arxiv-daily (MCP Server)

GitHub

Recommend new arxiv papers of your interest daily according to your Zotero libarary.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zotero-arxiv-daily": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zotero-arxiv-daily"
      ]
    }
  }
}