Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx b280-olca-mcp
MCP client config
{
"mcpServers": {
"openlca-mcp-server": {
"command": "uvx",
"args": [
"b280-olca-mcp"
]
}
}
}