MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Clinical ops

Clinical ops

Query FHIR resources, resolve medical codes, and search the literature without leaving the assistant.

Ads

Servers in this stack

  1. 1W

    wso2/fhir-mcp-server

    Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create, update, and analyze clinical healthcare data with SMART-on-FHIR authentication support.

    Biology, Medicine and Bioinformatics

    0
  2. 2H

    healthchainai/HealthChain

    Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. `pip install healthchain[mcp]`

    Biology, Medicine and Bioinformatics

    0
  3. 3N

    NyxToolsDev/dicom-hl7-mcp-server

    The only MCP server bridging DICOM, HL7v2, and FHIR in one package. Cross-standard mapping, Mirth Connect channel generation, vendor private tag decoding (GE, Siemens, Philips), and integration pattern knowledge. Built by a 19-year healthcare IT veteran. `pip install dicom-hl7-mcp`

    Biology, Medicine and Bioinformatics

    0
  4. 4S

    SidneyBissoli/medical-terminologies-mcp

    Unified MCP server for ICD-11 (WHO), LOINC, RxNorm, MeSH (NLM), ATC, CID-10 (Brazilian DataSUS), and optional SNOMED CT. 28 tools (34 with SNOMED) with `structuredContent` + `outputSchema` on every default tool. Hosted on Cloudflare Workers, listed on Smithery, and on npm.

    Biology, Medicine and Bioinformatics

    0
  5. 5J

    JamesANZ/medical-mcp

    An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines.

    Biology, Medicine and Bioinformatics

    0
  6. 6P

    pubspro/pubmed-search

    Search PubMed and summarize biomedical literature, designed for AI health agents.

    Biology, Medicine and Bioinformatics

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "fhir-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    },
    "healthchain": {
      "command": "uvx",
      "args": [
        "healthchain"
      ]
    },
    "dicom-hl7-mcp-server": {
      "url": "https://glama.ai/mcp/servers/NyxToolsDev/dicom-hl7-mcp-server/badges/score.svg"
    },
    "medical-terminologies-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.SidneyBissoli/medical-terminologies-mcp"
      ]
    },
    "medical-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "medical-mcp"
      ]
    },
    "pubmed-search": {
      "url": "https://mcpize.com/mcp/pubmed-search"
    }
  }
}