PubMedSearch

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

Programming Docs Access
Content Fetching
Visit Server

README

PubMedSearch MCP Server

smithery badge

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

  1. Clone this repository:

    git clone <repository-url>
    cd pubmed-search-mcp-server
    
  2. Install dependencies:

    pip install fastmcp requests python-dotenv
    
  3. Create a .env file in the project root (if needed for configuration)

Usage

  1. Start the server in development mode:

    mcp dev pubmed_search_mcp_server.py
    
  2. 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

Exa Search

Claude can perform Web Search | Exa with MCP (Model Context Protocol) - exa-labs/exa-mcp-server

Official
Featured
E2B

E2B

Giving Claude ability to run code with E2B via MCP (Model Context Protocol) - e2b-dev/mcp-server

Official
Featured
Mult Fetch 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

Featured
Local
Hyperbrowser MCP Server

Hyperbrowser MCP Server

A MCP server implementation for hyperbrowser. Contribute to hyperbrowserai/mcp development by creating an account on GitHub.

Featured
Local
Persistent Knowledge Graph

Persistent Knowledge Graph

MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development - itseasy21/mcp-knowledge-graph

Featured
Local
Web Research Server

Web Research Server

MCP web research server (give Claude real-time info from the web) - oneshot-engineering/mcp-webresearch

Featured
Web Research Server

Web Research Server

MCP web research server (give Claude real-time info from the web) - chuanmingliu/mcp-webresearch

Featured
Search1API MCP Server

Search1API MCP Server

Contribute to fatwang2/search1api-mcp development by creating an account on GitHub.

Featured
Youtube Translate

Youtube Translate

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

Featured
Docx Document Processing Service

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

Featured