Loading MCP server directory, please wait...
MCP server for PubChem. Search compounds, properties, safety, bioactivity, xrefs, and summaries.
npx @getmcp/cli add io.github.cyanheads/pubchem-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/pubchem-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/pubchem-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}