mosaic-mcp

mosaic-mcp

Pre-clinical drug discovery intelligence MCP server providing 44 tools to query 800+ drug targets, 12K+ compounds, 46K+ papers, 18K+ clinical trials, and 16K+ patents.

Category
Visit Server

README

mosaic-mcp

<!-- mcp-name: io.github.sourabhnk/mosaic-mcp -->

Pre-clinical drug discovery intelligence as an MCP server. Query 800+ drug targets, 12K+ compounds, 46K+ papers, 18K+ clinical trials, and 16K+ patents through 44 specialized tools — 16 free for discovery, 28 Pro for competitive landscapes, whitespace, and thesis-grade analysis.

Quick Start

pip install mosaic-mcp

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mosaic": {
      "command": "mosaic-mcp",
      "env": {
        "DATABASE_URL": "postgresql://reader:password@ep-xxx-pooler.neon.tech/mosaic_db?sslmode=require"
      }
    }
  }
}

With Claude Code

claude mcp add mosaic -- mosaic-mcp

Standalone

export DATABASE_URL="postgresql://..."
export MOSAIC_API_KEY="msk_..."       # Optional — for Pro tools
mosaic-mcp                             # stdio transport (default)
mosaic-mcp --transport sse --port 3001 # SSE for remote clients

Tools

Free Tier (16 tools) — discovery + workspace

Tool Description
mosaic_search_targets Search drug targets by name, gene symbol, or keyword
mosaic_get_target_profile Comprehensive target dossier (biology, compounds, scores)
mosaic_get_target_compounds Compounds tested against a target with SAR data
mosaic_get_target_patents Patent landscape for a target
mosaic_get_target_papers Literature for a target
mosaic_get_target_structure 3D structure and ligandability summary for a target
mosaic_kg_stats Knowledge graph overview statistics
mosaic_list_indications Available disease indications
mosaic_list_subindications Sub-indications within an indication area
mosaic_subindication_breakdown Per-target activity across sub-indications
mosaic_target_scores Target attractiveness scoring
mosaic_target_wishlist_add Add a target to your personal wishlist
mosaic_watchlist_create Create a watchlist
mosaic_watchlist_add_item Add an item to a watchlist
mosaic_watchlist_get Retrieve a watchlist
mosaic_watchlist_list List your watchlists

Pro Tier (28 additional tools) — analysis + whitespace

The committed-verdict layer. Includes the whitespace and differentiation tools: mosaic_synthetic_lethal_whitespace, mosaic_modality_gaps, mosaic_resistance_bypass_map, mosaic_find_undruggable_targets, mosaic_talent_migration, mosaic_emerging_signals, and mosaic_assess_druggability.

Plus the full analysis set: competitive landscape, pathway context, compound selectivity, indication landscape, target validation, clinical pipeline, compound analogs, target comparison, similar-target search, opportunity finding, organization portfolio, target network, mechanism of action, evidence maps, relation search, polypharmacology, clinical trial results, FDA regulatory status, drug comparison, drug repurposing candidates, and KOL discovery.

Data Coverage

Entity Count
Drug Targets 801 (oncology + neuroscience + cardiovascular)
Compounds 12,756
Clinical Trials 18,324
Papers 46,354
Patents 16,168
Semantic Relations 13,704
Indications 15,013
Organizations 45,496

Configuration

Variable Required Description
DATABASE_URL Yes PostgreSQL connection string (Neon hosted or self-hosted)
MOSAIC_API_KEY No API key for Pro tool access
MOSAIC_TIER No Override tier (free, pro, enterprise)

License

Apache 2.0 for the MCP server tools. The hosted knowledge graph data requires a subscription for Pro-tier access.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured