Skip to content
Cursor

chembl mcp for Cursor

io.github.mrfentmen/chembl-mcp

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

client:Cursor transport:stdio runtime:npm

Install chembl mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "chembl-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chembl-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

chembl mcp in other clients