Home › Other › DICOMweb MCP Server
DICOMweb MCP Server
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
Topics: Biology, Medicine and Bioinformatics
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.0.4)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"dicomweb-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"DICOMWEB_HOST": "<YOUR_VALUE>",
"DICOMWEB_AUTH": "<YOUR_VALUE>",
"DICOMWEB_USER": "<YOUR_VALUE>",
"DICOMWEB_PASS": "<YOUR_VALUE>",
"DICOMWEB_TOKEN": "<YOUR_VALUE>",
"DICOMWEB_TIMEOUT": "<YOUR_VALUE>"
}
}
}
}
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.
This server takes extra arguments — see its repository.
Related servers
biomcp
Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info.
apple-health-mcp-server
An MCP server that provides access to exported data from Apple Health. Data analytics included.
HealthChain
Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with…
FHIR MCP Server
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
medical-mcp
An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query…
fhir-mcp-server
MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry