Odel
openLCA MCP Server

openLCA MCP Server

Local
@below280PythonUpdated Today

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).

PyPIb280-olca-mcpv1.14.0

Run

uvx b280-olca-mcp

MCP client config

{
  "mcpServers": {
    "openlca-mcp-server": {
      "command": "uvx",
      "args": [
        "b280-olca-mcp"
      ]
    }
  }
}