rs-dicom-mcp

1brahimmohamed/rs-dicom-mcp
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
DICOM MCP Server written in Rust
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rs-dicom-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rs-dicom-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that lets LLM agents interact with DICOM medical imaging infrastructure — querying remote PACS nodes and reading local DICOM files — without writing any custom integration code. **Remote DICOM node operations (C-FIND / C-ECHO / C-MOVE)**

Tools (16)

extendedextract_pdf_textget_attribute_presetslist_dicom_nodesminimalmove_seriesmove_studyquery_instancesquery_patientsquery_seriesquery_studiesread_dicom_directoryread_dicom_metadatastandardswitch_dicom_nodeverify_connection