MCP.so
ログイン

medRxiv MCP Server

@JackKuo666

medRxiv MCP Server について

🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

JackKuo666

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "medrxiv": {
      "command": "bash",
      "args": [
        "-c",
        "source /home/YOUR/PATH/mcp-server-medRxiv/.venv/bin/activate && python /home/YOUR/PATH/mcp-server-medRxiv/medrxiv_server.py"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is medRxiv MCP Server?

The medRxiv MCP Server bridges AI assistants with medRxiv’s preprint repository via the Model Context Protocol (MCP). It enables programmatic searching and content access for health sciences preprints, designed for researchers and AI applications.

How to use medRxiv MCP Server?

Install via Smithery (npx -y @smithery/cli@latest install @JackKuo666/medrxiv-mcp-server --client ...) or manually with uv tool install medRxiv-mcp-server. Start the server with python medrxiv_server.py. Configure in tools like Claude Desktop by adding the server to claude_desktop_config.json. Use provided MCP tools: search_medrxiv_key_words, search_medrxiv_advanced, and get_medrxiv_metadata.

Key features of medRxiv MCP Server

  • Paper search by keywords or advanced parameters
  • Fast retrieval of paper metadata
  • Metadata access via DOI
  • Research‑focused analysis prompts
  • Local storage for faster repeated access
  • Download and read paper content (planned)

Use cases of medRxiv MCP Server

  • Search for recent papers on COVID‑19 vaccine efficacy
  • Perform an advanced search by author and date range
  • Retrieve full metadata for a paper using its DOI
  • Analyze academic papers with a structured workflow prompt
  • Build AI‑assisted literature review pipelines

FAQ from medRxiv MCP Server

What are the runtime dependencies?

Python 3.10 or higher, plus the packages FastMCP, requests, beautifulsoup4, and standard libraries (asyncio, logging).

Does the server store data locally?

Yes – papers can be saved locally for faster access. The server also provides a tool to list all downloaded papers.

Can I search by author or date range?

Yes – the advanced search tool (search_medrxiv_advanced) supports parameters for author, title, date range, abstract/title search, and medRxiv section.

What does the server return from searches?

Search results are returned as a list of dictionaries containing article information (e.g., title, authors, DOI). Metadata retrieval returns a dictionary with full paper details, including abstract and links to PDF/HTML.

Is authentication required?

No authentication or API keys are mentioned in the documentation. The server accesses medRxiv’s public web interface.

コメント

「その他」の他のコンテンツ