MCP.so
登录

PubMed MCP Server

@pipethedev

关于 PubMed MCP Server

暂无概览

基本信息

分类

数据与分析

许可证

MIT license

运行时

python

传输方式

stdio

发布者

pipethedev

配置

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

{
  "mcpServers": {
    "pubmed-mcp-server-pipethedev": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@JackKuo666/pubmed-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is PubMed MCP Server?

The PubMed MCP Server provides a bridge between AI assistants and PubMed's vast repository of biomedical literature through the Model Context Protocol (MCP). It allows AI models to search for scientific articles, access their metadata, and perform deep analysis in a programmatic way.

How to use PubMed MCP Server?

Install Python 3.10+ and dependencies, then start the server with python pubmed_server.py. Configure the client (e.g., Claude Desktop, Cursor, Windsurf, or CLine) by adding the server's details to the appropriate configuration file.

Key features of PubMed MCP Server

  • Paper search using keywords or advanced query
  • Fast retrieval of article metadata
  • Access detailed metadata for specific papers
  • Attempts to download full-text PDFs
  • Performs comprehensive deep analysis of papers
  • Provides specialized research prompts for analysis

Use cases of PubMed MCP Server

  • Searching for recent literature on a biomedical topic
  • Retrieving metadata for a specific PubMed article
  • Downloading full-text PDFs for offline reading
  • Performing comprehensive analysis of research papers
  • Supporting biomedical research with programmatic tool access

FAQ from PubMed MCP Server

What dependencies are required to run PubMed MCP Server?

Python 3.10 or higher and the FastMCP library, plus asyncio, logging, requests, and beautifulsoup4.

Does PubMed MCP Server require an API key or authentication?

No, the server uses PubMed's public API and does not require any authentication or API key.

Can I download the full text of any PubMed article?

The server attempts to download full-text PDFs, but availability depends on the publisher and access rights.

Is PubMed MCP Server free to use?

Yes, it is open-source under the MIT License and accesses PubMed's free public data, but you must respect PubMed's terms of service.

What are the known limitations of PubMed MCP Server?

PDF downloads are attempted but not guaranteed; the tool is intended for research purposes only.

评论

数据与分析 分类下的更多 MCP 服务器