PatSnap Life Sciences
OfficialPatSnap Life Sciences MCP Servers
Official Model Context Protocol (MCP) servers for Life Sciences, powered by PatSnap's proprietary biomedical and pharmaceutical intelligence platform. These servers give AI agents direct, structured access to the world's most comprehensive pharmaceutical and biomedical database — covering drugs, targets, diseases, clinical trials, patents, scientific literature, biological sequences, chemical structures, and real‑world evidence.
Available MCP Servers
Server | Focus | Tools | Quick Link |
Pharma Intelligence | Drugs, targets, diseases, clinical trials, patents, papers, deals, FDA labels, epidemiology, HEOR, financial reports, news, translational medicine | 28 | |
Biology Modality | Biological sequences, modifications, antibody‑antigen interactions | 5 | |
Chemical Molecular | Compound structure search, fragment analysis, ADMET prediction | 3 |
Setup
All three servers follow the same three‑step pattern. You can connect one or all of them depending on your use case.
1. Get an API Key
Log in to the PatSnap Developer Platform, go to API Keys, and create a new key (format: sk-xxxxxxxxxxxx).
2. Connect the MCP Servers
Run the following commands in your terminal (requires Claude Code or any MCP‑compatible client):
# Pharma Intelligence
claude mcp add --transport http pharma_intelligence \
"https://connect.patsnap.com/096456/Logic-mcp?apiKey=$PATSNAP_API_KEY"
# Biology Modality
claude mcp add --transport http biology_modality \
"https://connect.patsnap.com/06e741/Logic-mcp?apiKey=$PATSNAP_API_KEY"
# Chemical Molecular
claude mcp add --transport http chemical_molecular \
"https://connect.patsnap.com/713886/Logic-mcp?apiKey=$PATSNAP_API_KEY"Set your API key as an environment variable:
export PATSNAP_API_KEY=sk-your-key-hereOther clients? Visit the individual server pages on PatSnap Marketplace and select your agent (Cursor, API, etc.) from the bottom‑right corner to get the appropriate configuration snippet.
3. Verify
In Claude Code, type /mcp and confirm that the added servers show Connected.
PatSnap Skills Integration
These MCP servers power PatSnap Skills — domain‑specific AI agents purpose‑built for common life sciences workflows. Install them directly into your AI agent for turnkey analysis capabilities.
Skill | Description | Requires |
target-intelligence | Comprehensive target evaluation including tractability, competitive landscape, and biology evidence | Pharma Intelligence, Biology Modality |
pharmaceuticals-exploration | Drug candidate assessment covering structure‑activity, chemical properties, and development progress | Pharma Intelligence, Chemical Molecular |
biomarker-investigation | Biomarker discovery, validation, and clinical utility analysis across disease areas | Pharma Intelligence |
disease-investigation | Disease landscape characterization including epidemiology, pipeline, and standard of care | Pharma Intelligence |
company-profiling | In‑depth company analysis covering pipeline, portfolio, partnerships, and patent strategy | Pharma Intelligence |
precision-oncology | Precision medicine insights for oncology including targeted therapies and biomarker‑matched trials | Pharma Intelligence |
To install all skills:
npx skills add https://github.com/patsnap/skills/tree/main/life-sciences --allResources
PatSnap Developer Portal — manage API keys and explore available services
PatSnap MCP Marketplace — full list of available MCP servers
PatSnap Life Sciences — learn more about PatSnap's life sciences platform
PatSnap Skills Library — installable domain‑specific AI agent skills
PatSnap MCP Server Source — source code for all MCP servers
License
MIT
Powered by PatSnap — Innovate with Confidence.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patsnap/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server