Back to MCP Servers
Dicom
DICOM integration to query, read, and move medical images and reports from PACS and other DICOM compliant systems.
databases
Installation
npx -y dicom-mcpConfiguration
{
"mcpServers": {
"dicom-mcp": {
"command": "npx",
"args": ["-y", "dicom-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes