Loading languages...
GN

gnnepcsaft-mcp-server

@wildsonbbl

Model Context Protocol server for GNNPCSAFT tools

thermodynamics
gnnepcsaft
epc-saft
llm-integration
chemistry
materials-science

GNNPCSAFT MCP Server

GNNPCSAFT MCP Server is an implementation of the Model Context Protocol (MCP) for GNNPCSAFT tools. GNNPCSAFT leverages Graph Neural Networks (GNNs) to estimate PC-SAFT pure-component parameters, allowing property predictions such as density and vapor pressure for any molecule or mixture. FeOs is used for PC-SAFT calculations.

Other implementations with GNNPCSAFT:

How to Use

Installation

You need uvx installed.

Starting the Server

uvx --from gnnepcsaft-mcp-server gnnpcsaftmcp

Example: Claude Desktop Configuration

{
  "mcpServers": {
    "gnnpcsaft": {
      "command": "uvx",
      "args": ["--from", "gnnepcsaft-mcp-server", "gnnpcsaftmcp"]
    }
  }
}

License

GNU General Public License v3.0

# mcpServer Config

{
  "mcpServers": {
    "gnnepcsaft": {
      "command": "uvx",
      "args": [
        "--from",
        "gnnepcsaft-mcp-server",
        "gnnepcsaftmcp"
      ]
    }
  }
}

# stdio

uvx --from gnnepcsaft-mcp-server gnnepcsaftmcp
Transport:
stdio
Language:
Python
Created: 4/15/2025
Updated: 3/21/2026
Homepage: