This is the Model Context Protocol (MCP) server implementation for GNNePCSAFT tools. The server handles communication and context management between LLM models and clients using the MCP protocol. GNNePCSAFT is a Graph Neural Network (GNN) that can estimate ePC-SAFT parameters. This allows thermodynamic calculations like density and vapor pressure without experimental data for any molecule. FeOS is used for the PC-SAFT calculations.
You're gonna need uvx.
The command to start the server would be:
uvx --from gnnepcsaft-mcp-server gnnepcsaftmcp
Claude Desktop config to start the MCP server:
{
"mcpServers": {
"gnnepcsaft": {
"command": "uvx",
"args": ["--from", "gnnepcsaft-mcp-server", "gnnepcsaftmcp"]
}
}
}
GNU General Public License v3.0
{
"mcpServers": {
"gnnepcsaft": {
"env": {},
"args": [
"--from",
"gnnepcsaft-mcp-server",
"gnnepcsaftmcp"
],
"command": "uvx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.