★ 8 stars
TypeScript
🌐 Browser/Web
Updated today
MCP server for the PubChem chemical database. Search compounds, fetch properties, safety data, bioactivity, cross-references, and entity summaries. STDIO & Streamable HTTP
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pubchem-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/pubchem-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pubchem-mcp-server npx -y cyanheads/pubchem-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pubchem-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/pubchem-mcp-server"
]
}
}
}
📋 Copy
Topics
bioinformatics cheminformatics chemistry llm-tools mcp mcp-server pubchem scientific-computing