Loading languages...
CO

codingaslu/PubMed-MCP-Server

@codingaslu1

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.

pubmed
biopython
fastmcp
abstract-search

# mcpServer Config

{
  "mcpServers": {
    "pubmed": {
      "command": "C:/Users/codingaslu/.local/bin/uv",
      "args": [
        "--directory",
        "C:/Users/codingaslu/OneDrive/Desktop/pubmed-mcp-server",
        "run",
        "main.py"
      ]
    }
  }
}

# stdio

uv run main.py
Transport:
stdio
Язык:
Python
Создано:4/4/2025
Обновлено:7/20/2025
Домашняя страница: