Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Paper

БесплатноНе проверен

A local MCP server for searching and reading arXiv papers, enabling paper search, retrieval, and summarization through Claude.

GitHubEmbed

Описание

A local MCP server for searching and reading arXiv papers, enabling paper search, retrieval, and summarization through Claude.

README

A local, Claude-native MCP server for searching and reading arXiv papers. Successor to the Streamlit app in paper-distill/, rebuilt as a plain stdio MCP server with first-class Claude Code support.

No API keys, no secrets, no server-side LLM. The server only searches arXiv and converts papers to markdown — Claude (the MCP client) does all summarization and Q&A. Cheap-model summarization is handled client-side by a bundled Claude Code subagent running on Haiku.

Requirements

  • Python 3.12+
  • uv

Setup

uv sync

That's it. Claude Code picks up the server automatically from the checked-in .mcp.json when you start claude in this directory (approve the project-scoped server on first launch).

To register it elsewhere:

claude mcp add paper-mcp -- uv run --directory C:\path\to\paper-mcp python -m paper_mcp

The server is started as python -m paper_mcp rather than via the paper-mcp console script: on locked-down Windows machines (AppLocker/WDAC), the generated .venv\Scripts\*.exe shims may be blocked from executing, while python.exe is allowed.

Tools

Tool Description
search_papers(query, categories?, max_results?, sort?) Search arXiv (fielded queries ti:, au:, abs: and AND/OR supported), optional category filter
get_paper(arxiv_id) Full metadata + abstract for one paper (accepts IDs, arXiv: prefixes, and arxiv.org URLs)
read_paper(arxiv_id, offset?, max_chars?) Download + convert the paper to markdown, paginated; also returns markdown_path to the cached full text for native Read/Grep
list_categories(prefix?) Known arXiv category codes
cache_info() Cache location and size
clear_cache(arxiv_id?) Delete one paper's cached files, or everything

Prompts (slash commands in Claude Code)

  • /mcp__paper-mcp__summarize-paper <id> [paragraphs] [audience] — audience: High School, Undergraduate, Graduate, PhD
  • /mcp__paper-mcp__ask-paper <id> "<question>"

Haiku summarization (Claude Code)

  • /summarize-paper <arxiv-id> [paragraphs] [audience] runs the bundled paper-summarizer subagent on Haiku, so the full paper text never enters your main conversation context — only the summary comes back.

Configuration (optional)

Env var Default Purpose
PAPER_MCP_CACHE_DIR %LOCALAPPDATA%\paper-mcp\Cache Where PDFs and markdown are cached
PAPER_MCP_MAX_CACHE_BYTES 2 GiB Cache size budget (oldest files evicted first)
PAPER_MCP_LOG_LEVEL INFO Log level (logs go to stderr)

Downloads are capped at 50 MB with a 60 s timeout. Cached paper versions are immutable, so there is no TTL — the cache is size-bounded instead.

Development

uv run python -m pytest -q    # tests (no network needed)
uv run ruff check .           # lint
uv run ruff format .          # format

Manual smoke test against the live server:

npx @modelcontextprotocol/inspector uv run python -m paper_mcp

from github.com/Friedemann12/paper-mcp

Установка Paper

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Friedemann12/paper-mcp

FAQ

Paper MCP бесплатный?

Да, Paper MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Paper?

Нет, Paper работает без API-ключей и переменных окружения.

Paper — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Paper в Claude Desktop, Claude Code или Cursor?

Открой Paper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Paper with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai