Bilig WorkPaper MCP

Community
TypeScript

Formula WorkPaper MCP server for agents: edit cells, recalculate formulas, verify readback, and persist JSON without Excel UI automation.

About Bilig WorkPaper MCP MCP Server

Formula WorkPaper MCP server for agents: edit cells, recalculate formulas, verify readback, and persist JSON without Excel UI automation.

Features

Tools
Resources
Getting Started

Create or reuse a WorkPaper JSON file, then run the MCP server with npx. Agents can edit cells, recalculate formulas, read display values, and export the updated WorkPaper JSON.

Tools (7)
Functions this server exposes to AI clients

list_sheets

List sheets in the active WorkPaper document

read_range

Read a rectangular range with formulas, values, and display text

read_cell

Read one cell with formula and computed display value

set_cell_contents

Write a cell input or formula and recalculate dependent values

get_cell_display_value

Return the formatted display value for one calculated cell

export_workpaper_document

Export the current WorkPaper document as JSON

validate_formula

Validate a spreadsheet formula before writing it

Resources (1)
Data sources this server exposes to AI clients

workpaper_document

Current WorkPaper JSON document for persistence and review

workpaper://document

Example
{
  "mcpServers": {
    "bilig-workpaper": {
      "command": "npx",
      "args": ["-y", "--package", "@bilig/headless", "bilig-workpaper-mcp", "--workpaper", "./pricing.workpaper.json", "--writable"]
    }
  }
}
Compatible With
Claude Desktop
Cursor
VS Code
Windsurf
Any MCP Client