Back to Apps

Mosaic MCP
by sourabhnk
Pre-clinical drug discovery intelligence providing tools for drug targets, compounds, patents, and clinical trials.
0 stars
Works in:claude
Exposes:Tools
What it does
Mosaic MCP connects AI agents to a vast knowledge graph of pre-clinical drug discovery intelligence. It allows researchers to query drug targets, chemical compounds, academic papers, clinical trials, and patents to identify whitespace in drug development and analyze competitive landscapes.
Tools
mosaic_search_targets: Search drug targets by name, gene symbol, or keyword.mosaic_get_target_profile: Retrieve comprehensive biology, compounds, and scores for a target.mosaic_get_target_compounds: Find compounds tested against a target with SAR data.mosaic_get_target_patents: Map the patent landscape for specific targets.mosaic_get_target_papers: Access academic literature related to a target.mosaic_kg_stats: Get high-level knowledge graph overview statistics.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mosaic": {
"command": "mosaic-mcp",
"env": {
"DATABASE_URL": "postgresql://USER:PASSWORD@YOUR-HOST:5432/mosaic_db?sslmode=require"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
pip install mosaic-mcpInformation
- Pricing
- freemium
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mosaic": {
"command": "mosaic-mcp",
"env": {
"DATABASE_URL": "postgresql://USER:PASSWORD@YOUR-HOST:5432/mosaic_db?sslmode=require"
}
}
}
}





