Skip to content
Zed

pubchem mcp for Zed

io.github.mrfentmen/pubchem-mcp

Look up chemical compound properties and synonyms from PubChem. No key required.

client:Zed transport:stdio runtime:npm

Install pubchem mcp in Zed

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

{
  "context_servers": {
    "pubchem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/pubchem-mcp"
      ]
    }
  }
}

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

pubchem mcp in other clients