Loading MCP server directory, please wait...
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
npx @getmcp/cli add io.github.PantelisGeorgiadis/dicomweb-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
DICOMWEB_HOSTBase URL of the DICOMweb server (used for both QIDO-RS and WADO-RS requests).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.PantelisGeorgiadis/dicomweb-mcp-server": {
"command": "npx",
"args": [
"-y",
"-y",
"dicomweb-mcp-server"
],
"env": {
"DICOMWEB_HOST": "",
"DICOMWEB_AUTH": "",
"DICOMWEB_USER": "",
"DICOMWEB_PASS": "",
"DICOMWEB_TOKEN": "",
"DICOMWEB_TIMEOUT": ""
}
}
}
}