# PubMed MCP Server

Enable AI assistants to search, access, and analyze PubMed articles through a simple interface. Retrieve detailed metadata, perform deep analysis, and facilitate biomedical research efficiently. Acce…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JackKuo666/pubmed-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list JackKuo666/pubmed-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/pubmed-mcp-server search_pubmed_key_words

# Call a tool
npx -y @smithery/cli@latest tool call JackKuo666/pubmed-mcp-server search_pubmed_key_words '{}'
```

## Direct MCP Connection

Endpoint: `https://pubmed-mcp-server--jackkuo666.run.tools`

## Tools (4)

- `search_pubmed_key_words`
- `search_pubmed_advanced`
- `get_pubmed_article_metadata`
- `download_pubmed_pdf`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/pubmed-mcp-server <tool-name>
```

---

Source: https://github.com/JackKuo666/PubMed-MCP-Server
