PubMedSearch Featured
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database. - gradusnikov/pubmed-search-mcp-server
gradusnikov
README
PubMedSearch MCP Server
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
Features
- Search PubMed by keywords in title/abstract or author names
- Retrieve detailed information including title, authors, journal, abstract, DOI and more
Installing via Smithery
To install pubmed-search-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gradusnikov/pubmed-search-mcp-server --client claude
Installing Manually
-
Clone this repository:
git clone <repository-url> cd pubmed-search-mcp-server
-
Install dependencies:
pip install fastmcp requests python-dotenv
-
Create a
.env
file in the project root (if needed for configuration)
Usage
-
Start the server in development mode:
mcp dev pubmed_search_mcp_server.py
-
or add the server to Claude Desktop app CLAUDE_DIRECTORY/claude_desktop_config.json. For example if you are using Windows Subsystem for Linux (WSL) it may look like this:
"pubmed-search": { "command": "wsl.exe", "args": [ "bash", "-c", "source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && mcp run /home/[user]/pubmed-search-mpc-server/pubmed_search_mcp_server.py" ] },
Recommended Servers
Exa Search
Claude can perform Web Search | Exa with MCP (Model Context Protocol) - exa-labs/exa-mcp-server

E2B
Giving Claude ability to run code with E2B via MCP (Model Context Protocol) - e2b-dev/mcp-server
Mult Fetch MCP Server
A versatile MCP-compliant web content fetching tool that supports multiple modes (browser/node), formats (HTML/JSON/Markdown/Text), and intelligent proxy detection, with bilingual interface (English/Chinese). - lmcc-dev/mult-fetch-mcp-server
Hyperbrowser MCP Server
A MCP server implementation for hyperbrowser. Contribute to hyperbrowserai/mcp development by creating an account on GitHub.
Persistent Knowledge Graph
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development - itseasy21/mcp-knowledge-graph
Web Research Server
MCP web research server (give Claude real-time info from the web) - oneshot-engineering/mcp-webresearch
Web Research Server
MCP web research server (give Claude real-time info from the web) - chuanmingliu/mcp-webresearch
Search1API MCP Server
Contribute to fatwang2/search1api-mcp development by creating an account on GitHub.

Youtube Translate
Contribute to brianshin22/youtube-translate-mcp development by creating an account on GitHub.

Docx Document Processing Service
A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。 - MeterLong/MCP-Doc