Back to MCP Servers
Omop
Map clinical terminology to OMOP concepts using LLMs for healthcare data standardization and interoperability.
biology-medicine-and-bioinformaticsllm
By OHNLP
Installation
npx -y omop_mcpConfiguration
{
"mcpServers": {
"omop_mcp": {
"command": "npx",
"args": ["-y", "omop_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes