Back to directory
codingaslu/pubmed-mcp-server

codingaslu/pubmed-mcp-server

@codingaslu

This repository contains an MCP server that searches PubMed for article abstracts using BioPython's Entrez module. It leverages the FastMCP framework to provide asynchronous search capabilities for PubMed.

PubMedbiomedicalresearchpaperssearchacademicMCPmedicalcontext

Installation & Configuration

{
  "mcpServers": {
    "pubmed": {
      "command": "uv",
      "args": [
        "run",
        "main.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13