DI

Dicom

Created 7 months ago

DICOM MCP Server for Medical Imaging Systems enabling AI assistants to query, read, and move data on DICOM servers.

development location documentation public medical imaging

What is Dicom?

An MCP server to query and retrieve medical images and for parsing and reading dicom-encapsulated documents (pdf etc.).

Documentation

DICOM MCP Server for Medical Imaging Systems

Core Capabilities

dicom-mcp provides tools to:

  • 🔍 Query Metadata: Search for patients, studies, series, and instances using various criteria.
  • 📄 Read DICOM Reports (PDF): Retrieve DICOM instances containing encapsulated PDFs and extract the text content.
  • ➡️ Send DICOM Images: Send series or studies to other DICOM destinations.
  • ⚙️ Utilities: Manage connections and understand query options.

Quick Start# Installation

Install using uv or pip:

uv tool install dicom-mcp

Or by cloning the repository:

git clone https://github.com/ChristianHinge/dicom-mcp
cd dicom-mcp\n\n# Create and activate virtual environment
uv venv
source .venv/bin/activate\n\n# Install with test dependencies
uv pip install -e ".[dev]"
```\n\n### Configuration
`dicom-mcp` requires a YAML configuration file defining DICOM nodes and calling AE titles.

### MCP Integration
Add to your client configuration.

## Tools Overview
`dicom-mcp` provides four categories of tools for interaction with DICOM servers.

Server Config

{
  "mcpServers": {
    "dicom-server": {
      "command": "npx",
      "args": [
        "dicom"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Christian Hinge
Category: community
License: MIT
Tags:
development location documentation