PubMed MCP Server
PubMed MCP サーバー
オープン アクセス コンテンツに重点を置いた PubMed データにアクセスするための MCP サーバー実装。
特徴
PubMedデータベースで研究論文を検索する
オープンアクセスコンテンツをフィルタリング
抄録を含む詳細な論文情報を入手
利用可能な場合は無料の全文リンクを見つける
APIコンプライアンスのための組み込みレート制限
Related MCP server: MCP PubMed Search
インストール
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)
getOpenAccessLinks(pmid)
記事の全文リンクを無料で入手する
pmid: 論文のPubMed ID
レート制限
サーバーは、NCBI のガイドラインに準拠するために自動レート制限を実装しています (1 秒あたり最大 3 件のリクエスト)。
ライセンス
マサチューセッツ工科大学
mcp-pubmed-server
Related MCP Connectors
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)
Search biomedical literature, get article details, find related articles, and explore MeSH terms
MCP gateway federating 22 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that provides access to PubMed articles through the Entrez API.275 PyPI171MIT
- AlicenseBqualityDmaintenanceServer 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.146MIT
- AlicenseNot gradedqualityFmaintenance🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.129MIT
- AlicenseBqualityDmaintenanceAn MCP server for searching and downloading academic papers from multiple sources including arXiv, PubMed, bioRxiv, and Sci-Hub, designed for seamless integration with large language models like Claude Desktop.572,161 PyPI2,611MIT