Skip to main content
Glama

PubMed MCP Server

by rikachu225

PubMed MCP 服务器

用于访问 PubMed 数据的 MCP 服务器实现,重点关注开放访问内容。

特征

  • 在 PubMed 数据库中搜索研究文章
  • 开放获取内容筛选器
  • 获取详细的文章信息,包括摘要
  • 查找可用的免费全文链接
  • 内置速率限制,确保 API 合规

安装

npm install @rikachu225/pubmed-server

用法

import PubMedServer from '@rikachu225/pubmed-server'; // Search for recent open access papers const results = await PubMedServer.getLatestOpenAccess({ topic: 'machine learning', days: 30, maxResults: 10 }); // Basic search with options const searchResults = await PubMedServer.search({ query: 'cancer treatment', maxResults: 20, sort: 'relevance', filterOpenAccess: true });

API 参考

搜索(选项)

根据指定条件搜索文章

  • query :搜索词
  • maxResults :最大结果数(默认值:10)
  • sort :排序顺序('相关性'或'日期')
  • filterOpenAccess :是否过滤开放访问内容(默认值:true)

getLatestOpenAccess(选项)

获取最近的开放获取论文

  • topic :搜索主题
  • days :回顾的天数(默认值:30)
  • maxResults :最大结果数(默认值:10)

获取文章的免费全文链接

  • pmid :文章的 PubMed ID

速率限制

服务器实施自动速率限制以符合 NCBI 的指导方针(每秒最多 3 个请求)。

执照

麻省理工学院

mcp-pubmed-服务器

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器实现可以从 PubMed 搜索和检索研究文章,特别注重开放存取内容过滤和全文链接检索。

  1. 特征
    1. 安装
      1. 用法
        1. API 参考
          1. 搜索(选项)
          2. getLatestOpenAccess(选项)
          3. 获取OpenAccessLinks(pmid)
        2. 速率限制
          1. 执照
            1. mcp-pubmed-服务器

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                An MCP server that provides access to PubMed articles through the Entrez API.
                Last updated -
                2
                76
                Python
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
                Last updated -
                1
                1
                Python
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acce
                Last updated -
                1
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                Enables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.
                Last updated -
                Python
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/rikachu225/mcp-pubmed-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server