PubMedSearch MCP Server
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
Features
- Search PubMed by keywords in title/abstract or author names
- Retrieve detailed information including title, authors, journal, abstract, DOI and more
Installing via Smithery
To install pubmed-search-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gradusnikov/pubmed-search-mcp-server --client claude
Installing Manually
Clone this repository:
git clone <repository-url> cd pubmed-search-mcp-serverInstall dependencies:
pip install fastmcp requests python-dotenvCreate a
.envfile in the project root (if needed for configuration)
Usage
Start the server in development mode:
mcp dev pubmed_search_mcp_server.pyor add the server to Claude Desktop app CLAUDE_DIRECTORY/claude_desktop_config.json. For example if you are using Windows Subsystem for Linux (WSL) it may look like this:
"pubmed-search": { "command": "wsl.exe", "args": [ "bash", "-c", "source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && mcp run /home/[user]/pubmed-search-mpc-server/pubmed_search_mcp_server.py" ] },
PubMedSearch
Project Details
- gradusnikov/pubmed-search-mcp-server
- BSD 3-Clause "New" or "Revised" License
- Last Updated: 4/21/2025
Recomended MCP Servers
ChromaDB-powered local indexing support for Cursor, exposed as an MCP server
An MCP server for Tavily's search API
The MCP Server support your LLMs integrate with SQL Database (SQLite, SQL Server, Postgres SQL)
Examples and tutorials for building AI applications with watsonx.ai Flows Engine
A simple and clear example for implementation and understanding Anthropic MCP (on AWS Bedrock).
Connect your chat repl to wolfram alpha computational intelligence
A Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem.
A Redis MCP server (pushed to https://github.com/modelcontextprotocol/servers/tree/main/src/redis) implementation for interacting with Redis databases. This server enables LLMs to...
MCP server for long term agent memory with Mem0. Also useful as a template to get you started...
A multi-tool MCP server implementation for agent tool management.





