Bilig WorkPaper MCP Server

Keep the workbook model. Run the rule in Node. Bilig is a TypeScript-native, headless WorkPaper runtime for Node.js services, tests, and AI agents. Set inputs, recalculate formulas, read computed outputs, persist WorkPaper JSON, restore it, and verify the result - without driving Excel or a browser grid.

People who work with formula engine, workbook api and workpaper and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 36 · #27 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Bilig WorkPaper

Claude Code

claude mcp add proompteng-bilig --transport http https://bilig.proompteng.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "proompteng-bilig": {
      "url": "https://bilig.proompteng.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://bilig.proompteng.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to bilig.proompteng.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @bilig/workpaper - the @bilig scope differs from the repo owner (proompteng); confirm it's the project's official package

registry namespace io.github.proompteng is GitHub-verified and matches the repo owner

03 · What Bilig WorkPaper can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

libraries-v0.164.11 · 2026-06-29

Libraries v0.164.11 · Release type: patch · Previous libraries tag: libraries-v0.164.10 · Manual override: no · Fixes · restore green debt baseline

libraries-v0.164.10 · 2026-06-27

Libraries v0.164.10 · Release type: patch · Previous libraries tag: libraries-v0.164.9 · Manual override: no · Fixes · stabilize direct aggregate fast paths

libraries-v0.164.9 · 2026-06-27

Libraries v0.164.9 · Release type: patch · Previous libraries tag: libraries-v0.164.8 · Manual override: no · Fixes · preserve table headers during undo · Internal runtime changes · deslop workpaper public surfaces

04 · Who maintains Bilig WorkPaper

Bilig WorkPaper is maintained by proompteng. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
automation - ranked #27 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-06-29)
registry
io.github.proompteng/bilig-workpaper (active, first published 2026-05-13 · 80 versions)
packages
npm:@bilig/workpaper

06 · Bilig WorkPaper FAQ

What is Bilig WorkPaper?

Keep the workbook model. Run the rule in Node. Bilig is a TypeScript-native, headless WorkPaper runtime for Node.js services, tests, and AI agents. Set inputs, recalculate formulas, read computed outputs, persist WorkPaper JSON, restore it, and verify the result - without driving Excel or a browser grid.

Is Bilig WorkPaper still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Bilig WorkPaper?

Run `npx -y @bilig/workpaper`. You can also paste the ready-made client config above.

Does Bilig WorkPaper require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Bilig WorkPaper