general MCP Server
🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @smithery/cli install @JackKuo666/pubmed-mcp-server --client claude
2. Add to claude_desktop_config.json
{
"mcpServers": {
"pubmed-mcp-server": {
"command": "npx",
"args": [
"PubMed-MCP-Server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)