ChristianHinge/dicom-mcp
DICOM integration to query, read, and move medical images and reports from PACS and other DICOM compliant systems.
Quick Start
Clone the repository:
git clone https://github.com/ChristianHinge/dicom-mcpClaude Desktop configuration example:
{
"mcpServers": {
"dicom-mcp": {
"command": "npx",
"args": [
"-y",
"ChristianHinge/dicom-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.