io.github.cyanheads

pubmed-mcp-server

Comprehensive PubMed MCP Server to search, retrieve, and analyze biomedical literature from NCBI.

communityknowledge

Package Details

Transportstdio
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

NCBI_API_KEY(str)

Your NCBI API key for higher rate limits.

TransportStreamable HTTP
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

MCP_HTTP_HOST(str)
Default:localhost

The host for the HTTP server.

MCP_HTTP_PORT(str)
Default:3017

The port for the HTTP server.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for MCP requests.

MCP_AUTH_MODE(str)
Default:none

Authentication mode: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level (e.g., 'debug', 'info', 'warn').

NCBI_API_KEY(str)

Your NCBI API key for higher rate limits.