Link compounds to protein targets, rank bioactivity (IC50/Ki/EC50), and look up drug mechanisms and indications over ChEMBL via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"chembl-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/chembl-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add chembl-mcp-server npx -y cyanheads/chembl-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"chembl-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/chembl-mcp-server"
]
}
}
}
📋 Copy