Paper Distill MCP✓
io.github.Eclipse-Cj/paper-distill-mcp · v0.2.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Eclipse-Cj/paper-distill-mcp",
"description": "Academic paper search across 11 sources with AI curation, ranked push, Zotero and Obsidian support.",
"title": "Paper Distill MCP",
"repository": {
"url": "https://github.com/Eclipse-Cj/paper-distill-mcp",
"source": "github"
},
"version": "0.2.4",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}