Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Number

FreeNot checked

MCP server: locale-aware number formatting (currency, percent, compact).

GitHubEmbed

About

MCP server: locale-aware number formatting (currency, percent, compact).

README

npm mcp

MCP server: locale-aware number formatting. Wraps Intl.NumberFormat so the model can ask for currency, percent, or compact (1.2K / 3M) output in any locale.

Tool

format

{ "value": 1234567.89, "style": "currency", "currency": "USD" }

{ "formatted": "$1,234,567.89" }

Field Default Notes
value required The number
style decimal decimal, currency, percent, compact
locale en-US BCP 47 (en-US, de-DE, ja-JP, …)
currency USD ISO 4217, currency style only
minimum_fraction_digits 0-20
maximum_fraction_digits 0-20

Configure

{ "mcpServers": { "number": { "command": "npx", "args": ["-y", "@mukundakatta/number-mcp"] } } }

License

MIT.

from github.com/MukundaKatta/number-mcp

Installing Number

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MukundaKatta/number-mcp

FAQ

Is Number MCP free?

Yes, Number MCP is free — one-click install via Unyly at no cost.

Does Number need an API key?

No, Number runs without API keys or environment variables.

Is Number hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Number in Claude Desktop, Claude Code or Cursor?

Open Number on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Number with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs