Skip to content
VS Code

openLCA MCP Server for VS Code

io.github.below280/b280-olca-mcp

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

client:VS Code transport:stdio runtime:pypi

Install openLCA MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "b280-olca-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "b280-olca-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

openLCA MCP Server in other clients