★ 65 stars
TypeScript
🌐 Browser/Web
Updated 1mo ago
MCP server for the NCBI E-utilities API. Search PubMed, fetch article metadata, generate citations, explore MeSH terms, and discover related research. Runs over stdio or HTTP. Deployable to Cloudflare Workers.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pubmed-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/pubmed-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pubmed-mcp-server npx -y cyanheads/pubmed-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pubmed-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/pubmed-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agents ai-tools biomedical citations cloudflare-workers e-utilities mcp mcp-server mesh model-context-protocol ncbi pubmed pubmed-api typescript