DICOMweb MCP Server MCP Server
io.github.PantelisGeorgiadis/dicomweb-mcp-server
What is the DICOMweb MCP Server MCP server?
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
How to install DICOMweb MCP Server
Copy-paste configuration for popular MCP clients.
DICOMWEB_HOSTrequiredBase URL of the DICOMweb server (used for both QIDO-RS and WADO-RS requests).
DICOMWEB_AUTHAuthentication type: 'basic' or 'bearer'. Omit for unauthenticated access.
DICOMWEB_USERUsername for Basic authentication. Required when DICOMWEB_AUTH=basic.
DICOMWEB_PASSsecretPassword for Basic authentication. Required when DICOMWEB_AUTH=basic.
DICOMWEB_TOKENsecretBearer token for authentication. Required when DICOMWEB_AUTH=bearer.
DICOMWEB_TIMEOUTFetch request timeout in milliseconds. Omit to disable timeout.
{
"mcpServers": {
"dicomweb-mcp-server": {
"command": "npx",
"args": [
"-y",
"dicomweb-mcp-server",
"-y"
],
"env": {
"DICOMWEB_HOST": "<YOUR_DICOMWEB_HOST>",
"DICOMWEB_AUTH": "<YOUR_DICOMWEB_AUTH>",
"DICOMWEB_USER": "<YOUR_DICOMWEB_USER>",
"DICOMWEB_PASS": "<YOUR_DICOMWEB_PASS>",
"DICOMWEB_TOKEN": "<YOUR_DICOMWEB_TOKEN>",
"DICOMWEB_TIMEOUT": "<YOUR_DICOMWEB_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"dicomweb-mcp-server": {
"command": "npx",
"args": [
"-y",
"dicomweb-mcp-server",
"-y"
],
"env": {
"DICOMWEB_HOST": "<YOUR_DICOMWEB_HOST>",
"DICOMWEB_AUTH": "<YOUR_DICOMWEB_AUTH>",
"DICOMWEB_USER": "<YOUR_DICOMWEB_USER>",
"DICOMWEB_PASS": "<YOUR_DICOMWEB_PASS>",
"DICOMWEB_TOKEN": "<YOUR_DICOMWEB_TOKEN>",
"DICOMWEB_TIMEOUT": "<YOUR_DICOMWEB_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"dicomweb-mcp-server": {
"command": "npx",
"args": [
"-y",
"dicomweb-mcp-server",
"-y"
],
"env": {
"DICOMWEB_HOST": "<YOUR_DICOMWEB_HOST>",
"DICOMWEB_AUTH": "<YOUR_DICOMWEB_AUTH>",
"DICOMWEB_USER": "<YOUR_DICOMWEB_USER>",
"DICOMWEB_PASS": "<YOUR_DICOMWEB_PASS>",
"DICOMWEB_TOKEN": "<YOUR_DICOMWEB_TOKEN>",
"DICOMWEB_TIMEOUT": "<YOUR_DICOMWEB_TIMEOUT>"
}
}
}
}{
"servers": {
"dicomweb-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dicomweb-mcp-server",
"-y"
],
"env": {
"DICOMWEB_HOST": "<YOUR_DICOMWEB_HOST>",
"DICOMWEB_AUTH": "<YOUR_DICOMWEB_AUTH>",
"DICOMWEB_USER": "<YOUR_DICOMWEB_USER>",
"DICOMWEB_PASS": "<YOUR_DICOMWEB_PASS>",
"DICOMWEB_TOKEN": "<YOUR_DICOMWEB_TOKEN>",
"DICOMWEB_TIMEOUT": "<YOUR_DICOMWEB_TIMEOUT>"
}
}
}
}claude mcp add dicomweb-mcp-server --env DICOMWEB_HOST=<YOUR_DICOMWEB_HOST> --env DICOMWEB_AUTH=<YOUR_DICOMWEB_AUTH> --env DICOMWEB_USER=<YOUR_DICOMWEB_USER> --env DICOMWEB_PASS=<YOUR_DICOMWEB_PASS> --env DICOMWEB_TOKEN=<YOUR_DICOMWEB_TOKEN> --env DICOMWEB_TIMEOUT=<YOUR_DICOMWEB_TIMEOUT> -- npx -y dicomweb-mcp-server -yRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.