MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
dicomweb-mcp-server · npm · 0.0.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.PantelisGeorgiadis/dicomweb-mcp-server",
"description": "MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.",
"title": "DICOMweb MCP Server",
"repository": {
"url": "https://github.com/PantelisGeorgiadis/dicomweb-mcp-server",
"source": "github"
},
"version": "0.0.4",
"websiteUrl": "https://github.com/PantelisGeorgiadis/dicomweb-mcp-server",
"packages": [
{
"registryType": "npm",
"identifier": "dicomweb-mcp-server",
"version": "0.0.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Base URL of the DICOMweb server (used for both QIDO-RS and WADO-RS requests).",
"isRequired": true,
"format": "string",
"placeholder": "https://your-dicomweb-server/dicomweb",
"name": "DICOMWEB_HOST"
},
{
"description": "Authentication type: 'basic' or 'bearer'. Omit for unauthenticated access.",
"format": "string",
"choices": [
"basic",
"bearer"
],
"name": "DICOMWEB_AUTH"
},
{
"description": "Username for Basic authentication. Required when DICOMWEB_AUTH=basic.",
"format": "string",
"name": "DICOMWEB_USER"
},
{
"description": "Password for Basic authentication. Required when DICOMWEB_AUTH=basic.",
"format": "string",
"isSecret": true,
"name": "DICOMWEB_PASS"
},
{
"description": "Bearer token for authentication. Required when DICOMWEB_AUTH=bearer.",
"format": "string",
"isSecret": true,
"name": "DICOMWEB_TOKEN"
},
{
"description": "Fetch request timeout in milliseconds. Omit to disable timeout.",
"format": "number",
"placeholder": "30000",
"name": "DICOMWEB_TIMEOUT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-16T18:04:19.852262Z",
"publishedAt": "2026-05-16T18:04:19.852262Z",
"updatedAt": "2026-05-16T18:04:19.852262Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.0.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.