OFFX MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OFFX MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



