MedAdapt Content Server

by ryoureddy

7 stars
158 downloads
Not rated
GitHub

About

A specialized MCP server for Claude Desktop that enhances AI-assisted medical learning

Details

Author
ryoureddy
GitHub stars
7
Downloads
158
Categories
Other

- Search medical content across multiple sources with filters
- Retrieve complete articles, book chapters, and user documents
- Generate comprehensive topic overviews and learning plans
- Provide personalized learning resource recommendations
- Import and analyze user-provided learning materials
- Extract key points and findings from medical articles

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MedAdapt Content Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install Python dependencies with pip install -r requirements.txt, and run python content_server.py. Integrate with Claude Desktop by adding a server entry in claude_desktop_config.json pointing to the script and setting the DB_PATH environment variable. Optionally populate initial topic mappings with python populate_topics.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "medadapt content server": {
            "medadapt-content-server": {
                "command": "python",
                "args": [
                    "content_server.py"
                ]
            }
        }
    }
}

McpServers

{
    "medadapt-content-server": {
        "command": "python",
        "args": [
            "content_server.py"
        ]
    }
}

MedAdapt Content Server

A specialized Model Context Protocol (MCP) server for Claude Desktop that enhances AI-assisted medical learning by fetching and processing educational resources from PubMed, NCBI Bookshelf, and user-provided documents.

Overview

The MedAdapt Content Server integrates with Claude Desktop to provide tools for searching, retrieving, and analyzing medical education content. It serves as a bridge between Claude and medical knowledge sources, allowing for enhanced AI-assisted learning experiences.

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.