Skip to content
Zed

chembl mcp for Zed

io.github.mrfentmen/chembl-mcp

Drug molecules and bioactivity from the ChEMBL database. No key required.

client:Zed transport:stdio runtime:npm

Install chembl mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "chembl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chembl-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

chembl mcp in other clients