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 のガイドラインに準拠するために自動レート制限を実装しています (1 秒あたり最大 3 件のリクエスト)。

ライセンス

マサチューセッツ工科大学

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