OFFX MCP Server

by uh-joan

132 downloads
Not rated
GitHub

Description

# OFFX MCP Server MCP Server for searching drugs, adverse events, alerts, and scores in the OFFX (Target Safety) database. ## Installation ```bash # Using npm (if published) npm install @uh-joan/offx-mcp-server ``` ## Quick Start 1. Set up your environment variables: ```env…

About

# OFFX MCP Server MCP Server for searching drugs, adverse events, alerts, and scores in the OFFX (Target Safety) database. ## Installation ```bash # Using npm (if published) npm install @uh-joan/offx-mcp-server ``` ## Quick Start 1. Set up your environment variables: ```env OFFX_API_TOKEN=your_offx_api_token…

Details

Author
uh-joan
Downloads
132
Categories
Other

- Search drugs by name or by target/action/adverse event
- Retrieve alerts with extensive filter options
- Get drug and target scores
- Pagination support for large result sets
- Structured JSON responses
- Optional HTTP API mode for REST endpoints

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 OFFX MCP 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

Install via npm (npm install @uh-joan/offx-mcp-server), set the OFFX_API_TOKEN environment variable, and run as an MCP server with npx offx-mcp-server or as an HTTP server with USE_HTTP=true. Configure it in Claude Desktop by adding the server to claude_desktop_config.json.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "offx mcp server": {
            "offx-mcp-server": {
                "command": "npx",
                "args": [
                    "offx-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "offx-mcp-server": {
        "command": "npx",
        "args": [
            "offx-mcp-server"
        ]
    }
}

OFFX MCP Server

MCP Server for searching drugs, adverse events, alerts, and scores in the OFFX (Target Safety) database.

Installation

```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.