DICOMweb MCP Server

A [Model Context Protocol (MCP)][mcp-url] server that exposes a DICOMweb-compliant DICOM archive to AI assistants. It lets any MCP-capable client search studies, series and instances, inspect metadata, read Structured and Encapsulated PDF Reports, and render image frames - all through natural language. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-16 · ★ 3 · #596 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install DICOMweb MCP Server

before you install - you'll need

Set DICOMWEB_HOST, DICOMWEB_AUTH, DICOMWEB_USER, DICOMWEB_PASS, DICOMWEB_TOKEN, DICOMWEB_TIMEOUT before connecting.

Claude Code

claude mcp add pantelisgeorgiadis-dicomweb-mcp-server -- npx -y dicomweb-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pantelisgeorgiadis-dicomweb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dicomweb-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package dicomweb-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.PantelisGeorgiadis is GitHub-verified and matches the repo owner

03 · What DICOMweb MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.0.4 · 2026-05-16

0.0.3 · 2026-05-15

0.0.1 · 2026-05-08

04 · Who maintains DICOMweb MCP Server

DICOMweb MCP Server is maintained by pantelisgeorgiadis. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #596 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.PantelisGeorgiadis/dicomweb-mcp-server (active, first published 2026-05-16)
packages
npm:dicomweb-mcp-server

06 · DICOMweb MCP Server FAQ

What is DICOMweb MCP Server?

A [Model Context Protocol (MCP)][mcp-url] server that exposes a DICOMweb-compliant DICOM archive to AI assistants. It lets any MCP-capable client search studies, series and instances, inspect metadata, read Structured and Encapsulated PDF Reports, and render image frames - all through natural language. It runs locally over stdio via the published package.

Is DICOMweb MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-16. We re-verify nightly.

How do I install DICOMweb MCP Server?

Run `npx -y dicomweb-mcp-server`. The README documents 6 environment variables (DICOMWEB_HOST, DICOMWEB_AUTH, DICOMWEB_USER…) to set first. Set DICOMWEB_HOST, DICOMWEB_AUTH, DICOMWEB_USER, DICOMWEB_PASS, DICOMWEB_TOKEN, DICOMWEB_TIMEOUT before connecting. You can also paste the ready-made client config above.

Does DICOMweb MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DICOMweb MCP Server