Skip to content
Cursor

oee mcp for Cursor

io.github.arikanatakan/oee-mcp

Overall Equipment Effectiveness tools for AI agents: factors, waterfall, six losses, charts.

client:Cursor transport:stdio runtime:pypi

Install oee mcp in Cursor

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

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

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

oee mcp in other clients