DICOMweb MCP Server for Claude Code
io.github.pantelisgeorgiadis/dicomweb-mcp-server
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
client:Claude Code
transport:stdio
runtime:npm
Install DICOMweb MCP Server in Claude Code
run in your project directory
claude mcp add dicomweb-mcp-server -e DICOMWEB_HOST=<DICOMWEB_HOST> -e DICOMWEB_AUTH=<DICOMWEB_AUTH> -e DICOMWEB_USER=<DICOMWEB_USER> -e DICOMWEB_PASS=<DICOMWEB_PASS> -e DICOMWEB_TOKEN=<DICOMWEB_TOKEN> -e DICOMWEB_TIMEOUT=<DICOMWEB_TIMEOUT> -- npx -y dicomweb-mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs