ChinaRxiv Server
БесплатноНе проверенProvides tools to search and retrieve papers, metadata, full text, figures, and PDFs from the ChinaRxiv preprint repository.
Описание
Provides tools to search and retrieve papers, metadata, full text, figures, and PDFs from the ChinaRxiv preprint repository.
README
FastMCP server for the ChinaRxiv API.
Tools
search_papersget_paper_detailget_paper_full_textget_paper_figuresdownload_paper_pdflist_subjectslist_publicationsget_api_statslist_bulk_exportshealth_check
Agent-friendly behavior
list_subjects(q, limit, offset, cache_bust, api_email)filters and paginates locally. Upstream is cached for 1 hour.list_publications(q, limit, offset, cache_bust, api_email)lists journal keys accepted by thepublicationsearch filter. Upstream is cached for 1 hour.download_paper_pdf(paper_id, include_base64, api_email)returns metadata by default: URL, content type, byte size, SHA-256 checksum, and a future resource URI. It only includes base64 wheninclude_base64=true.search_papers(...)supports the official field, date, availability, source, language, and publication filters. Pagination usescursor.- Most tools accept optional
api_emailto overrideCHINARXIV_EMAILfor the upstreamX-API-Emailheader. - API rate-limit headers are returned as
rate_limitmetadata when provided upstream. - Cache TTLs: subjects/publications 1h, stats 10min, bulk exports 6h, paper detail/text/figures/pdf 24h.
Tests
uv run pytest
Configuration
Create your local environment file from the provided example:
Copy-Item .env.example .env
Then edit .env with the values for your environment. The server loads this
file automatically on startup. Variables already defined in the process
environment take precedence over .env.
Local stdio
uv run python server.py
Docker
docker build -t mcp-chinarxiv .
docker run --rm -i --env-file .env mcp-chinarxiv
Hermes
If Hermes supports MCP over HTTP, run the container as a local service:
docker run -d --name mcp-chinarxiv -p 8765:8765 --env-file .env mcp-chinarxiv uv run fastmcp run server.py:mcp --transport http --host 0.0.0.0 --port 8765
Then add this server URL in Hermes:
{
"mcpServers": {
"chinarxiv": {
"url": "http://127.0.0.1:8765/mcp"
}
}
}
If Hermes expects stdio MCP servers, let Hermes launch Docker directly:
{
"mcpServers": {
"chinarxiv": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--env-file",
".env",
"mcp-chinarxiv"
]
}
}
}
Environment
CHINARXIV_BASE_URL: defaults tohttps://chinarxiv.orgCHINARXIV_EMAIL: email sent in the upstreamX-API-EmailheaderCHINARXIV_TIMEOUT: defaults to30CHINARXIV_USER_AGENT: defaults tomcp-chinarxiv/0.1
Установка ChinaRxiv Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jorgeguberte/chinarxiv-mcp-serverFAQ
ChinaRxiv Server MCP бесплатный?
Да, ChinaRxiv Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ChinaRxiv Server?
Нет, ChinaRxiv Server работает без API-ключей и переменных окружения.
ChinaRxiv Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ChinaRxiv Server в Claude Desktop, Claude Code или Cursor?
Открой ChinaRxiv Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare ChinaRxiv Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
