mcpbeat Sign in

Bilig WorkPaper MCP Server

by proompteng Your server? Claim it
answering

Bilig WorkPaper is answering right now. Last checked 7 min ago. 43 installs a week from npm. It exposes 8 tools. Last commit 31 Aug 2026.

Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.

Installs per day peak 186 · avg 45 · -29% w/w
a month agotoday
Uptime history 51 days of history · worst day 91%
51 days agonow
98.9%
Uptime 24h
90 of 91 checks
8
Tools
read from the server
716 ms
Response time
average over 24h
43
Installs / week
npm and PyPI

What the code does

We read the source, 8 h ago · tools taken from the live server · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

    const child = spawn(this.command, this.args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Bilig WorkPaper does not always answer

Over the last week it answered 99.1% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add bilig-workpaper --transport http https://bilig.proompteng.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bilig-workpaper": {
      "url": "https://bilig.proompteng.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bilig-workpaper]
url = "https://bilig.proompteng.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "bilig-workpaper": {
      "url": "https://bilig.proompteng.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bilig-workpaper": {
      "url": "https://bilig.proompteng.ai/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cell
get_cell_display_value
Return the formatted display string for one cell. Use when an agent needs what a user would see, not the raw numeric value.
read_cell
Read one cell with calculated value, display text, formula text, formula diagnostics, and serialized content. Use after set_cell_contents to verify readback.
set_cell_contents
Write raw content to one cell and recalculate dependents in memory only. Start with --writable when the edit should persist to JSON.
set_cell_contents_and_readback
Write raw content to one cell, recalculate dependents, read a dependent range in the same tool call, and return persistence proof. Use this for stateless MCP clients such as hosted Open WebUI integrations.
export
export_workpaper_document
Export the current WorkPaper JSON document for persistence, review, or handoff to another agent. Does not write files by itself.
range
read_range
Read calculated values plus serialized formulas/inputs for an A1 range. Use for audit readback after edits; use read_cell for one address.
sheets
list_sheets
Discover sheet names and used dimensions before reading or editing a WorkPaper. Returns metadata only; use read_range or read_cell for values.
validate
validate_formula
Validate formula syntax with the WorkPaper parser before writing it to a cell. This checks syntax only; use set_cell_contents plus readback to evaluate.

Endpoints

URLTransportStateLatencyChecked
https://bilig.proompteng.ai/mcp streamable-http answering 853 ms 7 min ago

Alternatives to Bilig WorkPaper

same job, measured the same way
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
KnowledgeRail
by deviank88

Persistent, evidence-backed project knowledge and task context for coding agents.

126 installs/wk local only
sayou
by pixell-global

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

52 installs/wk local only
BACH CodeCommander
by lukisch

17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.

40 installs/wk local only
Pagespeed Insights MCP
by ruslanlap

Google PageSpeed Insights and CrUX: six workflow tools for web performance.

901 installs/wk local only
LION Trend Intent MCP
by lionmaster20

Read-only x402-paid trend-intent MCP tools for JSON and CSV signals.

5 tools answering
VibeSEO
by vibeseo

SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

answering
Bluecolumn Memory
by bluecolumnconsulting-lgtm

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

52 installs/wk local only

Bilig WorkPaper — questions

Answers built from our own checks of this server.

What can Bilig WorkPaper do?
It exposes 8 tools, read directly from the server on our last check. Among them: export_workpaper_document, get_cell_display_value, list_sheets, read_cell, read_range, set_cell_contents and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Bilig WorkPaper working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 716 ms. The bar chart above shows every period we have measured.
How do I connect Bilig WorkPaper?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Bilig WorkPaper need an API key?
No. Bilig WorkPaper completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Bilig WorkPaper?
It answers our handshake in 716 ms on average, which is faster than 17% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Bilig WorkPaper?
The npm package @bilig/workpaper was installed 43 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bilig WorkPaper open source?
Yes — it is published under the MIT licence, written in TypeScript, 36 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.