DICOMweb MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 16 May 2026.
MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS.
Today is the operative word: we check DICOMweb MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dicomweb-mcp-server -- npx -y dicomweb-mcp-server
{
"mcpServers": {
"dicomweb-mcp-server": {
"args": [
"-y",
"dicomweb-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.dicomweb-mcp-server]
command = "npx"
args = ["-y", "dicomweb-mcp-server"]
{
"mcpServers": {
"dicomweb-mcp-server": {
"args": [
"-y",
"dicomweb-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dicomweb-mcp-server": {
"args": [
"-y",
"dicomweb-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DICOMWEB_HOST (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_PASS (Password for Basic authentication. Required when DICOMWEB_AUTH=basic.), DICOMWEB_TOKEN (Bearer token for authentication. Required when DICOMWEB_AUTH=bearer.), DICOMWEB_TIMEOUT (Fetch request timeout in milliseconds. Omit to disable timeout.).
The author declared them in the registry entry; get the values from the project itself.
MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants
MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants
MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.
Answers built from our own checks of this server.