Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Numbers Le
Numbers Le logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 11:07:54 PM

Numbers Le

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "numbers-le": {
      "command": "npx",
      "args": [
        "-y",
        "numbers-le-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Numbers-LE Logo

Numbers-LE: Zero Hassle Number Extraction

Pull every number out of the current file in one keystroke
JSON/JSONC, YAML, CSV/TSV, TOML, INI, Environment files, and twelve source languages

Install from VS Code Marketplace Open VSX downloads numbers-le-mcp on npm numbers-le on crates.io LE Tools


Numbers-LE Demo

Useful? A star or rating is how other developers find it β€” β˜… GitHub Β· β˜… Open VSX Β· β˜… Marketplace

What it does

Open a file, press Ctrl+Alt+N (Cmd+Alt+N on Mac), and every numeric value in the document lands in a new editor β€” deduplicate and sort it from there. Works in VS Code and in VS Code–based editors like Cursor and VSCodium (installable from Open VSX).

  • Data validation β€” pull the numbers out of a config or fixture and eyeball ranges at a glance
  • Config audits β€” compare ports, thresholds, and limits across INI/TOML/.env files
  • CSV work β€” extract everything, one column, or several columns into separate documents

Install

WhereWhat you getInstall
VS CodeThe same extraction, in your editor, on a keystrokeMarketplace
Cursor, VSCodium, WindsurfThe same extensionOpen VSX
A terminal or a CI stepThe same run over a whole tree, with exit codescargo install numbers-le Β· crates.io
Any MCP agent, via Nodeextract_numbers over stdionpx numbers-le-mcp Β· npm
ZedThe MCP server as a context serveradd it by hand (no listing yet)

Use it from an AI agent

The same engine runs as an MCP server, so an agent can call it directly instead of you running a command.

EditorHow
VS Code 1.101+Nothing to install β€” the extension registers extract_numbers with agent mode
ZedNo listing yet β€” add the MCP server by hand
Claude Codeclaude mcp add numbers-le -- npx -y numbers-le-mcp
Cursor, Windsurf, anything elsepoint it at npx numbers-le-mcp
Code
extract_numbers(content, format?, filename?, dedupe?, maxResults?)

Returns the values in document order, capped at 500 by default with meta.truncated. A format is optional β€” anything unrecognised is scanned as plain text rather than refused.

The server takes content and returns data β€” it reads no files and makes no network requests of its own. Published as numbers-le-mcp on npm and as io.github.nolindnaidoo/numbers-le in the MCP registry.

Configuring it by hand β€” any host with an MCP config file

Most hosts read a JSON config. Add one entry:

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

-y skips the install prompt on first run. Pin a version if you would rather not track releases β€” numbers-le-mcp@2.3.1.

Prefer not to go through npx on every launch? Install it once and point at the binary instead:

Terminal
npm install -g numbers-le-mcp
config.json
{
  "mcpServers": {
    "numbers-le": { "command": "numbers-le-mcp" }
  }
}

It speaks MCP over stdio and needs no environment variables, no API key and no configuration of its own. To check it before wiring it into anything:

bash
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx -y numbers-le-mcp

That prints the tool list and exits β€” if you see extract_numbers, the server works.

Supported formats

FormatWhat counts as a number
JSONNumber values anywhere in the structure. Quoted numbers ("42") are strings, not numbers, and are never extracted
YAMLNumber values, including hex/octal int forms and exponents; multi-document (---) streams extract from every document
TOMLInteger and float values (dates are not numbers)
CSVCells whose entire content is numeric β€” 19.99 counts, 12abc and 1,000 do not. No header inference: every row is data
INIValues whose entire content is numeric (INI values are inherently strings)
EnvironmentValues whose entire content is numeric (PORT=3000 yields 3000; VERSION=1.2.3 yields nothing)

The shared policy (one heuristics module, applied to every format): only finite numbers are extracted β€” NaN and inf/.inf never appear in results β€” and a coerced string must be numeric in full: plain decimals with optional sign, decimal point, and exponent.

Python, Rust, Go, Java, Kotlin, C#, C, C++, JavaScript, TypeScript, SQL and shell are read by a numeric-literal extractor that understands hex 0xFF, binary 0b1010, octal 0o755 and legacy 0755, digit separators 1_000_000 and 1'000, and suffixes 123n, 1.5f, 10u32, 100L β€” and that knows u32 is a type name, not the number 32. A dialect changes an answer: 0755 is 493 in C, C++, Go and Java, and 755 in Rust, Python 3, Kotlin and C#.

Every finding carries the notation it was written in β€” decimal, hex, binary, octal, scientific, bigint. For anything left over you can pick a format explicitly or fall back to a plain-text scan (no grammar: v1.2.3 reads as 1.2 and 0.3).

The CLI

The same extraction runs from a terminal or a shell pipeline: a Rust CLI in crate/, sharing one corpus with the extension β€” crate/fixtures/ β€” so the two can never read a document differently.

bash
numbers-le .                     # every number in the tree, as JSON
numbers-le --values config/      # just the numbers, one per line
numbers-le mcp                   # the same extraction over MCP on stdio

# the point of the whole thing:
numbers-le --values --dedupe src/ | sort -n > after.txt
diff before.txt after.txt        # what constants moved this release

Somebody has to verify that the rate in the code is the rate in the specification. A tax percentage, a retention window, a rounding boundary. In a regulated setting that check is a deliverable, and the person doing it usually has no checkout and never has the editor open.

Numbers are printed exactly as JavaScript prints them β€” 1e+21, not Rust's 1000000000000000000000. This tool's whole output is numbers as text, so the rendering is the contract, and the corpus pins it.

Exit codes follow grep β€” 0 numbers found, 1 none found, 2 the question was malformed.

Commands

CommandDescription
Numbers-LE: Extract Numbers (Ctrl+Alt+N / Cmd+Alt+N)Extract all numbers from the active document
Numbers-LE: Deduplicate NumbersRemove duplicate numbers from the results
Numbers-LE: Sort NumbersSort results numerically or by magnitude
Numbers-LE: Toggle CSV StreamingFlip csv.streamingEnabled for large CSV files
Numbers-LE: Open SettingsOpen Numbers-LE settings
Numbers-LE: Help & TroubleshootingBuilt-in documentation

Settings

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • String Le logoString Le

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

    πŸ’» Developer Tools0 views
    Compare vs String Le β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Brightdata MCP logoBrightdata MCP

    Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web

    πŸ’» Developer Tools0 views
    Compare vs Brightdata MCP β†’
  • Coach Watts logoCoach Watts

    Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

    πŸ’» Developer Tools1 views
    Compare vs Coach Watts β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Numbers Le

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "numbers-le": { "command": "npx", "args": ["-y", "numbers-le"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNumbers Le AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/numbers-le?style=directory)](https://allmcps.com/mcp/numbers-le)
HTML Embed
<a href="https://allmcps.com/mcp/numbers-le"><img src="https://allmcps.com/api/badge/numbers-le?style=directory" alt="Numbers Le on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Numbers Le β†’Install in Claude DesktopInstall in CursorInstall in VS Code