Bilig WorkPaper MCP Server

Run workbook-shaped business rules inside Node. Bilig gives services, queue workers, tests, MCP servers, and tool integrations a typed WorkPaper object: write inputs, recalculate formulas, read outputs, persist JSON, restore, and verify. It fits pricing models, quote approval, payout checks, import validation, forecasts, and formula-backed workflow steps.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 35 · #30 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

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-08-25

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 #30 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ 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?

Run workbook-shaped business rules inside Node. Bilig gives services, queue workers, tests, MCP servers, and tool integrations a typed WorkPaper object: write inputs, recalculate formulas, read outputs, persist JSON, restore, and verify. It fits pricing models, quote approval, payout checks, import validation, forecasts, and formula-backed workflow steps.

Is Bilig WorkPaper still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ 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-08-25; you can connect without credentials.

07 · Alternatives to Bilig WorkPaper