Skip to main content
DatabasesPython

ChristianHinge/dicom-mcp

DICOM integration to query, read, and move medical images and reports from PACS and other DICOM compliant systems.

databasescloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ChristianHinge/dicom-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "dicom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ChristianHinge/dicom-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
ChristianHinge