Skip to main content
Glama

PubMed MCP Server

by rikachu225

PubMed MCP 서버

오픈 액세스 콘텐츠에 초점을 맞춰 PubMed 데이터에 액세스하기 위한 MCP 서버 구현입니다.

특징

  • PubMed 데이터베이스에서 연구 기사 검색
  • 오픈 액세스 콘텐츠 필터링
  • 초록을 포함한 자세한 기사 정보를 얻으세요
  • 사용 가능한 경우 무료 전체 텍스트 링크를 찾으세요
  • API 규정 준수를 위한 내장 속도 제한

설치

지엑스피1

용법

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개 요청)을 준수하기 위해 자동 속도 제한을 구현합니다.

특허

MIT

mcp-pubmed-server

-
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.

PubMed에서 연구 기사를 검색하고 불러올 수 있는 MCP 서버 구현으로, 특히 오픈 액세스 콘텐츠 필터링과 전체 텍스트 링크 검색에 중점을 두고 있습니다.

  1. 특징
    1. 설치
      1. 용법
        1. API 참조
          1. 검색(옵션)
          2. getLatestOpenAccess(옵션)
          3. getOpenAccessLinks(pmid)
        2. 속도 제한
          1. 특허
            1. mcp-pubmed-server

              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