★ 0 stars
C#
🔌 API Integration
Updated 1mo ago
DICOM image viewer built with .NET 8, Avalonia UI, and fo-dicom. Features pan/zoom/windowing, cine playback, filmstrip, and MCP server integration.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dicomviewer": {
"command": "npx",
"args": [
"-y",
"SzDabrowski/DicomViewer"
]
}
}
}
Run in terminal:
claude mcp add dicomviewer npx -y SzDabrowski/DicomViewer
Add to .cursor/mcp.json:
{
"mcpServers": {
"dicomviewer": {
"command": "npx",
"args": [
"-y",
"SzDabrowski/DicomViewer"
]
}
}
}