mcpbeat Sign in

Numbersmcp MCP Server

local only

Numbersmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 2 Sep 2026.

MCP server for macOS Numbers.app — spreadsheet access via AppleScript

Installs per day peak 33 · avg 5 · +38% w/w
a month agotoday
27
Installs / week
npm · numbersmcp
5
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Numbersmcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add numbersmcp -- npx -y numbersmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "numbersmcp": {
      "args": [
        "-y",
        "numbersmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.numbersmcp]
command = "npx"
args = ["-y", "numbersmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "numbersmcp": {
      "args": [
        "-y",
        "numbersmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "numbersmcp": {
      "args": [
        "-y",
        "numbersmcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Numbersmcp

same job, measured the same way
MCP Server Spreadsheet
by marekrost

MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.

101 installs/wk local only
Truecalc MCP
by truecalc

MCP server exposing TrueCalc spreadsheet formula evaluation as tools for AI assistants.

local only
Excel Webview2 MCP
by dsbissett

MCP server for Excel add-ins via WebView2 CDP

53 installs/wk local only
xlsx-tools-mcp
by ruriazz

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

91 installs/wk local only
Lemonado
by lemonadolabs

MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets

answering
Sheetrender MCP
by sheetrender

Render PDFs from templates and spreadsheet data via SheetRender, locally or at mcp.sheetrender.com

71 installs/wk answering
Office Suite Time Invoice Expense Excel Price
by theluckystrike

One MCP server for the whole freelancer office: time tracking, price watching, spreadsheets, PDF.

local only
Gogcli MCP
by chrischall

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

341 installs/wk local only

Numbersmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Numbersmcp?
Numbersmcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package numbersmcp was installed 27 times last week.
How do I connect Numbersmcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls numbersmcp straight from npm; nothing to host, nothing to sign up for.
How many people use Numbersmcp?
The npm package numbersmcp was installed 27 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Numbersmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.