mcpbeat Sign in

Paper Distill MCP Server

by eclipse-cj Your server? Claim it
local only

Paper Distill MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from pypi. Last commit 24 Mar 2026.

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

Installs per day peak 57 · avg 22 · -16% w/w
a month agotoday
127
Installs / week
pypi · paper-distill-mcp
67
Stars
0 open issues
24 Mar 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        subprocess.run(["git", "add"] + files_to_add, cwd=str(repo), check=True, capture_output=True)
            module = __import__(mod, fromlist=[fn_name])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add paper-distill-mcp -- uvx paper-distill-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "paper-distill-mcp": {
      "args": [
        "paper-distill-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.paper-distill-mcp]
command = "uvx"
args = ["paper-distill-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "paper-distill-mcp": {
      "args": [
        "paper-distill-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "paper-distill-mcp": {
      "args": [
        "paper-distill-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENALEX_EMAIL (Email for OpenAlex polite pool (higher rate limits) and Unpaywall queries), CORE_API_KEY (CORE API key for enhanced open-access paper retrieval (free at core.ac.uk)), TELEGRAM_BOT_TOKEN (Telegram bot token for paper delivery), TELEGRAM_CHAT_ID (Telegram chat ID for paper delivery), DISCORD_WEBHOOK_URL (Discord webhook URL for paper delivery), ZOTERO_LIBRARY_ID (Zotero user ID for saving papers to your library), ZOTERO_API_KEY (Zotero API key for saving papers to your library). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Paper Distill MCP

same job, measured the same way
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

183 installs/wk local only
Obsidian Regulatory MCP
by richbile

Verified, tier-0 regulatory data for AI across 850+ official sources and 50+ jurisdictions.

answering
Sui Knowledge Base (kapa.ai)
by jessiemongeon1

Semantic search across Sui documentation and knowledge sources, powered by kapa.ai

answering
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only
Obsidian Turbocharged
by the-40-thieves

Model-agnostic, agent-ready Obsidian MCP server with RBAC, SLSA provenance, and native search.

757 installs/wk local only
Atlassian Confluence
by mcparmory

Create, manage, and search Confluence pages, attachments, and content with full automation support

268 installs/wk local only
Enzyme
by jshph

Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts.

local only
Obsidian MCP Server
by cyanheads

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

7 553 installs/wk local only

Paper Distill MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Paper Distill MCP?
Paper Distill MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package paper-distill-mcp was installed 127 times last week.
How do I connect Paper Distill MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls paper-distill-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Paper Distill MCP?
The pypi package paper-distill-mcp was installed 127 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paper Distill MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 67 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.