by ChristianHinge · MCP Server · ★ 96
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
DICOM MCP Server for Medical Imaging Systems 🏥 The server enables AI assistants to query, read, and move data on DICOM servers (PACS, VNA, etc.). 🤝 Contribute • 📝 Report Bug • 📝 Blog Post 1 text 🧑⚕️ User: "Any significant findings in John Doe's previous CT report?" 🧠 LLM → ⚙️ Tools: querypatients → querystudies → queryseries → extractpdftextfromdicom 💬 LLM Response: "The report from 2025-03-26 mentions a history of splenomegaly (enlarged spleen)" 🧑⚕️ User: "What's the volume of his spleen at the last scan and the scan today?" 🧠 LLM → ⚙️ Tools: (querystudies → queryseries → moveseries → queryseries → extractpdftextfromdicom) x2 (The moveseries tool sends the latest CT to a DICOM segmentation node, which returns volume PDF report) 💬 LLM Response: "last year 2024-03-26
| Stars | 96 |
| Forks | 29 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 69.4156335222676/100 |
| Open Issues | 5 |
| Last Updated | 2026-06-12 |
| Created | 2025-03-11 |
| Platforms | mcp, python |
| Est. Tokens | ~13k |
These tools work well together with dicom-mcp for enhanced workflows:
Explore other popular mcp server tools:
dicom-mcp is Model Context Protocol (MCP) for interacting with dicom servers (PACS etc.). It is categorized as a MCP Server with 96 GitHub stars.
dicom-mcp is primarily written in Python.
You can find installation instructions and usage details in the dicom-mcp GitHub repository at github.com/ChristianHinge/dicom-mcp. The project has 96 stars and 29 forks, indicating an active community.
dicom-mcp is released under the MIT license, making it free to use and modify according to the license terms.