pubmearch

pubmearch

56

The PubMed Analysis MCP Server is a tool designed to facilitate medical research by analyzing PubMed literature. It offers features like literature retrieval, hotspot and trend analysis, and customizable reporting to help researchers understand medical research trends.

How do I install the necessary dependencies for the PubMed Analysis MCP Server?

It is recommended to use the uv virtual environment. Navigate to the directory containing pyproject.toml and run uv pip install -e ..

How can I obtain a PubMed API key?

Log in to PubMed, click on your profile picture, select 'Account Settings', scroll down to the 'API Keys' section, and click 'Create API Key'.

Where are the result files and logs stored?

Result files are saved in the pubmearch/results directory, and logs are stored in pubmed_server.log.

What should I do if I encounter issues with the server?

You can contribute improvements or report issues via Issues or Pull Requests on the project's GitHub repository.

What is the license for the PubMed Analysis MCP Server?

The project is licensed under the MIT License.