Pubchem
Freeby 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
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
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"]
}
}
}