Skip to content
Claude Desktop

DICOMweb MCP Server for Claude Desktop

io.github.pantelisgeorgiadis/dicomweb-mcp-server

MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.

client:Claude Desktop transport:stdio runtime:npm

Install DICOMweb MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dicomweb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dicomweb-mcp-server"
      ],
      "env": {
        "DICOMWEB_HOST": "<DICOMWEB_HOST>",
        "DICOMWEB_AUTH": "<DICOMWEB_AUTH>",
        "DICOMWEB_USER": "<DICOMWEB_USER>",
        "DICOMWEB_PASS": "<DICOMWEB_PASS>",
        "DICOMWEB_TOKEN": "<DICOMWEB_TOKEN>",
        "DICOMWEB_TIMEOUT": "<DICOMWEB_TIMEOUT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

DICOMweb MCP Server in other clients