← Back to browse

DICOMweb MCP Server

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDICOMWEB_HOST DICOMWEB_AUTH DICOMWEB_USER DICOMWEB_PASS DICOMWEB_TOKEN DICOMWEB_TIMEOUT
Claude Code
claude mcp add --env DICOMWEB_HOST= --env DICOMWEB_AUTH= --env DICOMWEB_USER= --env DICOMWEB_PASS= --env DICOMWEB_TOKEN= --env DICOMWEB_TIMEOUT= dicomweb-mcp-server -- npx dicomweb-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dicomweb-mcp-server","command":"npx","args":["dicomweb-mcp-server"],"env":{"DICOMWEB_HOST":"","DICOMWEB_AUTH":"","DICOMWEB_USER":"","DICOMWEB_PASS":"","DICOMWEB_TOKEN":"","DICOMWEB_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "dicomweb-mcp-server": {
      "command": "npx",
      "args": [
        "dicomweb-mcp-server"
      ],
      "env": {
        "DICOMWEB_HOST": "",
        "DICOMWEB_AUTH": "",
        "DICOMWEB_USER": "",
        "DICOMWEB_PASS": "",
        "DICOMWEB_TOKEN": "",
        "DICOMWEB_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.