Skip to content

Pubchem

Free

by MCP Community

MCP server for the PubChem chemical database. Search compounds, fetch properties, safety data, bioactivity, cross-references, and entity summaries. STDIO & Stre

v0.1.11Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpubchemchemistry
Works with:ClaudeGPTGeminiCopilot

Pubchem MCP Server

MCP server for the PubChem chemical database. Search compounds, fetch properties, safety data, bioactivity, cross-references, and entity summaries. STDIO & Stre

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @cyanheads/pubchem-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "pubchem": {
      "command": "npx",
      "args": ["-y", "@cyanheads/pubchem-mcp-server"]
    }
  }
}