DICOMweb MCP Server

MCP

by PantelisGeorgiadis · v0.0.4

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

mcplocal

MCP configuration

stdio

Command

npx -y -y dicomweb-mcp-server@0.0.4

Environment

  • DICOMWEB_HOSTrequired

    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_PASSsecret

    Password for Basic authentication. Required when DICOMWEB_AUTH=basic.

  • DICOMWEB_TOKENsecret

    Bearer token for authentication. Required when DICOMWEB_AUTH=bearer.

  • DICOMWEB_TIMEOUT

    Fetch request timeout in milliseconds. Omit to disable timeout.

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.