PluginBench
MCP Server
Active
MIT

Numbers-LE MCP Server

io.github.nolindnaidoo/numbers-le

What is the Numbers-LE MCP server?

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

How to install Numbers-LE

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "numbers-le": {
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "numbers-le": {
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "numbers-le": {
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "numbers-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add numbers-le -- npx -y numbers-le-mcp

Related MCP servers

Colors-LE

Active

Extract colors from stylesheets and code, with their notation and position.

2
TypeScript
MIT
View repository →

Regex-LE

Active

Extract regular expressions from code, each with a ReDoS safety verdict.

2
Rust
MIT
View repository →

Dates-LE

Active

Extract dates and timestamps from logs, data files and code, with their format and position.

1
TypeScript
MIT
View repository →

Compare dotenv files and report which keys are missing or extra, by name only.

1
TypeScript
MIT
View repository →

Paths-LE

Active

Extract file and directory paths from config files and code, with their kind and position.

1
Rust
MIT
View repository →

Scrape-LE

Active

Analyse robots.txt content and report whether a path may be crawled.

1
Rust
MIT
View repository →