What is PubChem MCP Server: AI-Powered Molecular Query & Structure Generation?
PubChem MCP Server is an AI-driven Python-based tool enabling programmable access to PubChem's vast chemical compound database. Built on the Model Context Protocol (MCP), it empowers researchers and developers to retrieve molecular data via compound names/CIDs and generate 3D structural models. This server acts as a bridge between computational workflows and PubChem's repository, offering both command-line access and integration with MCP-enabled platforms like Claude AI tools.
How to Use PubChem MCP Server: AI-Powered Molecular Query & Structure Generation?
Command-Line Interface
pubchem-mcp[--format {JSON/CSV/XYZ}] [--include-3d]
Example: pubchem-mcp aspirin --format XYZ --include-3d
retrieves aspirin's 3D coordinates.
MCP Server Setup
- Launch server:
pubchem-mcp-server
- Configure MCP settings file with server details
- Restart Claude applications for integration