Odel
Numbers-LE

Numbers-LE

Local
@nolindnaidoo1TypeScriptMITUpdated 1w ago

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

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

npmnumbers-le-mcpv2.3.0

Run

npx -y numbers-le-mcp

MCP client config

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