What is the Pubmed MCP server?
PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)
How to install Pubmed
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pubmed": {
"url": "https://gateway.pipeworx.io/pubmed/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pubmed": {
"serverUrl": "https://gateway.pipeworx.io/pubmed/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pubmed": {
"type": "http",
"url": "https://gateway.pipeworx.io/pubmed/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"pubmed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/pubmed/mcp"
]
}
}
}Claude Code
claude mcp add --transport http pubmed https://gateway.pipeworx.io/pubmed/mcp