AgentHubAgentHub

pubcrawl

MCP ServerMCP Registry官方收录

io.github.nickjlamb/pubcrawl · v2.0.0

PubMed literature search and US/UK drug labelling for AI assistants.

概览

pubcrawl 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "pubcrawl": {
      "command": "npx",
      "args": [
        "-y",
        "@pharmatools/pubcrawl"
      ]
    }
  }
}

环境变量

NCBI_API_KEY可选secret

NCBI API key for higher rate limits (10 req/s vs 3 req/s). Optional — get one free at https://www.ncbi.nlm.nih.gov/account/

相关资源

统一 Manifest

{
  "id": "io.github.nickjlamb/pubcrawl",
  "type": "mcp-server",
  "version": "2.0.0",
  "displayName": "pubcrawl",
  "description": "PubMed literature search and US/UK drug labelling for AI assistants.",
  "repository": {
    "url": "https://github.com/nickjlamb/pubcrawl",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@pharmatools/pubcrawl",
        "version": "2.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "NCBI_API_KEY",
            "description": "NCBI API key for higher rate limits (10 req/s vs 3 req/s). Optional — get one free at https://www.ncbi.nlm.nih.gov/account/",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.nickjlamb/pubcrawl",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nickjlamb%2Fpubcrawl/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
pubcrawl — MCP Server 安装与配置 · AgentHub