DICOMweb Model Context Protocol (MCP) server implementation
| Tool name | Description | Destructive? |
|---|---|---|
| find-studies | ✓ no | |
| find-series | ✓ no | |
| find-instances | ✓ no | |
| find-structured-reports | ✓ no | |
| find-encapsulated-pdf-reports | ✓ no |
| get-structured-report-text | ✓ no | |
| get-encapsulated-pdf-report-text | ✓ no | |
| get-instance-metadata | ✓ no | |
| render-instance-frame | ✓ no |
{
"mcpServers": {
"dicomweb": {
"command": "npx",
"args": [
"-y",
"dicomweb-mcp-server"
]
}
}
}