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.

评论

其他 分类下的更多 MCP 服务器