← Index

DICOMweb MCP Server

io.github.PantelisGeorgiadis/dicomweb-mcp-server·v0.0.4·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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": "<your-dicomweb_pass>",
        "DICOMWEB_TOKEN": "<your-dicomweb_token>",
        "DICOMWEB_TIMEOUT": "<dicomweb_timeout>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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": "<your-dicomweb_pass>",
        "DICOMWEB_TOKEN": "<your-dicomweb_token>",
        "DICOMWEB_TIMEOUT": "<dicomweb_timeout>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y dicomweb-mcp-server
§02  Environment variables
DICOMWEB_HOST
required

Base URL of the DICOMweb server (used for both QIDO-RS and WADO-RS requests).

DICOMWEB_AUTH

Authentication type: 'basic' or 'bearer'. Omit for unauthenticated access.

DICOMWEB_USER

Username for Basic authentication. Required when DICOMWEB_AUTH=basic.

DICOMWEB_PASS
secret

Password for Basic authentication. Required when DICOMWEB_AUTH=basic.

DICOMWEB_TOKEN
secret

Bearer token for authentication. Required when DICOMWEB_AUTH=bearer.

DICOMWEB_TIMEOUT

Fetch request timeout in milliseconds. Omit to disable timeout.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other