mcpbeat Sign in

DICOMweb MCP Server

by pantelisgeorgiadis Your server? Claim it
local only

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.

Installs per day peak 27 · avg 11 · -20% w/w
a month agotoday
27
Installs / week
npm · dicomweb-mcp-server
4
Stars
1 open issues
16 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add dicomweb-mcp-server -- npx -y dicomweb-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dicomweb-mcp-server": {
      "args": [
        "-y",
        "dicomweb-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dicomweb-mcp-server]
command = "npx"
args = ["-y", "dicomweb-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "dicomweb-mcp-server": {
      "args": [
        "-y",
        "dicomweb-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to DICOMweb MCP Server

same job, measured the same way
Teamcity
by daghis

MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants

644 installs/wk local only
Actual Budget MCP Server
by s-stefanov

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

884 installs/wk local only
Aruba Central MCP
by shigechika

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

323 installs/wk local only
MedPrice AI
by medprice-ai

Hosted MCP server exposing US hospital procedure cost data to AI assistants

5 tools answering
Canvas API MCP
by johannsenlum

MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants

258 installs/wk local only
Mdma
by mobilereality

MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.

93 installs/wk local only
Zapier
by zapier

Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.

answering
AnkiMCP Server
by ankimcp

Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.

local only

DICOMweb MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for DICOMweb MCP Server?
DICOMweb MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dicomweb-mcp-server was installed 27 times last week.
How do I connect DICOMweb MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dicomweb-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use DICOMweb MCP Server?
The npm package dicomweb-mcp-server was installed 27 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DICOMweb MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.