DICOM MCP Server
JSON →Enables AI assistants to query, read, and move data on DICOM servers such as PACS and VNA for medical imaging.
Install
npx @modelcontextprotocol/inspector Tools · 11
- query_patients Search for patients based on criteria like name, ID, or birth date.
- query_studies Find studies using patient ID, date, modality, description, accession number, or Study UID.
- query_series Locate series within a specific study using modality, series number/description, or Series UID.
- query_instances Find individual instances (images/objects) within a series using instance number or SOP Instance UID.
- extract_pdf_text_from_dicom Retrieve a specific DICOM instance containing an encapsulated PDF and extract its text content.
- move_series Send a specific DICOM series to another configured DICOM node using C-MOVE.
- move_study Send an entire DICOM study to another configured DICOM node using C-MOVE.
- list_dicom_nodes Show the currently active DICOM node and list all configured nodes.
- switch_dicom_node Change the active DICOM node for subsequent operations.
- verify_connection Test the DICOM network connection to the currently active node using C-ECHO.
- get_attribute_presets List the available levels of detail (minimal, standard, extended) for metadata query results.
Links
★ 95 GitHub stars