PubMed Analysis MCP Server
@Darkroaster
PubMed Analysis MCP Server について
A PubMed MCP server.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pubmearch": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PubMed Analysis MCP Server?
A professional MCP server for analyzing PubMed medical literature. It helps researchers quickly gain insights into medical research dynamics by supporting advanced search syntax, keyword frequency analysis, trend tracking, publication counts, and comprehensive report generation.
How to use PubMed Analysis MCP Server?
Install dependencies using uv pip install -e . in the pyproject.toml directory. Configure the MCP server in mcp.json with the command uv run --directory path/to/project -m pubmearch.server, and set environment variables NCBI_USER_EMAIL and NCBI_USER_API_KEY. Use the provided tools (e.g., search_pubmed, analyze_research_keywords) via LLM prompts.
Key features of PubMed Analysis MCP Server
- Literature retrieval with PubMed advanced search syntax and date filtering.
- Hotspot analysis: keyword frequency and popular research area identification.
- Trend tracking: keyword frequency changes over time.
- Publication count analysis with customizable time periods.
- Comprehensive reports: one-click generation of hotspot, trend, and statistics.
Use cases of PubMed Analysis MCP Server
- Identify research hotspots on a specific medical topic (e.g., prostate cancer immunotherapy).
- Track how research trends evolve over custom date ranges.
- Generate a full analytical report of publication volume and keyword dynamics.
- Retrieve and save PubMed search results for offline review.
FAQ from PubMed Analysis MCP Server
What dependencies are required?
Python environment with uv is recommended. The server requires NCBI API credentials (NCBI_USER_EMAIL and NCBI_USER_API_KEY).
How are search results stored?
Results are saved in the pubmearch/results directory; logs are in pubmed_server.log.
What is the default maximum number of search results?
The default max_results for search_pubmed is 1000.
Is there any usage policy to follow?
Yes, you must follow NCBI's API usage policies.
What license does the project use?
MIT license.
「データと分析」の他のコンテンツ
MCP Server for Deep Research
reading-plus-aiHubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
コメント