Skip to content
Cline

pubchem mcp for Cline

io.github.mrfentmen/pubchem-mcp

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

client:Cline transport:stdio runtime:npm

Install pubchem mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pubchem mcp in other clients