enhanced-pubmed
MCP server from masa061580/enhanced-pubmed-mcp-server
How to use
The enhanced-pubmed MCP server provides a robust interface for accessing biomedical literature and research from PubMed, enabling developers to integrate rich data into their applications. By leveraging the Model Context Protocol, this server facilitates seamless interactions with PubMed datasets, allowing you to retrieve, search, and manipulate scientific articles efficiently.
Once connected to the enhanced-pubmed MCP server, you can execute queries to search for specific publications or retrieve metadata about articles. You can utilize commands to filter results based on various parameters such as author names, publication dates, or specific keywords. While the server does not have documented tools, you can interact with its capabilities through standard MCP queries that align with PubMed's data structure.
How to install
Prerequisites
To use the enhanced-pubmed MCP server, ensure you have Node.js installed on your machine.
Option A: Quick start with npx
You can quickly start using the server with the following command:
npx -y masa061580/enhanced-pubmed-mcp-server
Option B: Global install alternative
If you prefer to install it globally, you can clone the repository directly from GitHub:
git clone https://github.com/masa061580/enhanced-pubmed-mcp-server.git
cd enhanced-pubmed-mcp-server
npm install
node server.js
Additional notes
When configuring the enhanced-pubmed MCP server, ensure you set the appropriate environment variables for database connections or API keys if required. Keep in mind that data retrieval may be impacted by PubMed's query limits, so be cautious with the frequency and complexity of your queries to avoid throttling.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.