Skip to main content
Search & Data ExtractionPython

QuentinCody/catalysishub-mcp-server

Unofficial MCP server for searching and retrieving scientific data from the Catalysis Hub database, providing access to computational catalysis research and surface reaction data.

search-data-extraction
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuentinCody/catalysishub-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "catalysishub-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/catalysishub-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
QuentinCody