PubMed MCP Server
@pipethedev
关于 PubMed MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pubmed-mcp-server-pipethedev": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@JackKuo666/pubmed-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PubMed MCP Server?
The PubMed MCP Server provides a bridge between AI assistants and PubMed's vast repository of biomedical literature through the Model Context Protocol (MCP). It allows AI models to search for scientific articles, access their metadata, and perform deep analysis in a programmatic way.
How to use PubMed MCP Server?
Install Python 3.10+ and dependencies, then start the server with python pubmed_server.py. Configure the client (e.g., Claude Desktop, Cursor, Windsurf, or CLine) by adding the server's details to the appropriate configuration file.
Key features of PubMed MCP Server
- Paper search using keywords or advanced query
- Fast retrieval of article metadata
- Access detailed metadata for specific papers
- Attempts to download full-text PDFs
- Performs comprehensive deep analysis of papers
- Provides specialized research prompts for analysis
Use cases of PubMed MCP Server
- Searching for recent literature on a biomedical topic
- Retrieving metadata for a specific PubMed article
- Downloading full-text PDFs for offline reading
- Performing comprehensive analysis of research papers
- Supporting biomedical research with programmatic tool access
FAQ from PubMed MCP Server
What dependencies are required to run PubMed MCP Server?
Python 3.10 or higher and the FastMCP library, plus asyncio, logging, requests, and beautifulsoup4.
Does PubMed MCP Server require an API key or authentication?
No, the server uses PubMed's public API and does not require any authentication or API key.
Can I download the full text of any PubMed article?
The server attempts to download full-text PDFs, but availability depends on the publisher and access rights.
Is PubMed MCP Server free to use?
Yes, it is open-source under the MIT License and accesses PubMed's free public data, but you must respect PubMed's terms of service.
What are the known limitations of PubMed MCP Server?
PDF downloads are attempted but not guaranteed; the tool is intended for research purposes only.
数据与分析 分类下的更多 MCP 服务器
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
评论