MCP.so
登录

medRxiv MCP Server

@JackKuo666

关于 medRxiv MCP Server

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

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

JackKuo666

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-bioRxiv": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@JackKuo666/biorxiv-mcp-server",
        "--client",
        "claude",
        "--config",
        "{}"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is medRxiv MCP Server?

It bridges AI assistants with bioRxiv's preprint repository via the Model Context Protocol (MCP), enabling AI models to search for biology preprints and access their metadata programmatically.

How to use medRxiv MCP Server?

Requires Python 3.10+ and the FastMCP library. Clone the repository, install dependencies, then start the server with python biorxiv_server.py. Alternatively, install via Smithery for Claude Desktop, Cursor, Windsurf, or CLine by adding the appropriate configuration to the client's MCP settings.

Key features of medRxiv MCP Server

  • Paper search with keywords or advanced parameters
  • Fast retrieval of paper metadata
  • Download and read full paper content
  • List all locally stored papers
  • Local storage for faster subsequent access
  • Specialized prompts for paper analysis

Use cases of medRxiv MCP Server

  • Search bioRxiv for recent papers on a topic like genomics
  • Retrieve detailed metadata for a paper given its DOI
  • Download and review preprint content for research or analysis
  • Build AI-powered research assistants that can query bioRxiv

FAQ from medRxiv MCP Server

What are the runtime requirements?

Python 3.10 or higher, plus the FastMCP, asyncio, and logging libraries.

How do I search for papers?

Ask the AI assistant queries such as "Can you search bioRxiv for recent papers about genomics?"

How do I get details of a specific paper?

Provide the paper's DOI and request its metadata, e.g., "Show me the metadata for DOI 10.1101/123456."

Where are papers stored?

Papers are saved locally on your machine for faster subsequent access.

Are there any usage restrictions?

This tool is for research purposes only. Users must respect bioRxiv's terms of service.

评论

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