Skip to content
Cursor

openLCA MCP Server for Cursor

io.github.below280/b280-olca-mcp

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

client:Cursor transport:stdio runtime:pypi

Install openLCA MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openLCA MCP Server in other clients