Bilig WorkPaper MCP

Community

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

Resources
Tools
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.

Example
{
  "mcpServers": {
    "bilig-workpaper": {
      "command": "npx",
      "args": ["-y", "--package", "@bilig/headless", "bilig-workpaper-mcp", "--workpaper", "./pricing.workpaper.json", "--writable"]
    }
  }
}