Skip to content
Cursor

Numbers-LE for Cursor

io.github.nolindnaidoo/numbers-le

Extract numeric values from config files, data files and plain text.

client:Cursor transport:stdio runtime:npm

Install Numbers-LE in Cursor

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

{
  "mcpServers": {
    "numbers-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}

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

Numbers-LE in other clients