Bilig WorkPaper MCP

Community
TypeScript

Formula-backed WorkPaper tools for agents that need spreadsheet recalculation without driving Excel through screenshots.

About Bilig WorkPaper MCP MCP Server

Formula-backed WorkPaper tools for agents that need spreadsheet recalculation without driving Excel through screenshots.

Features

Tools
Getting Started

Install with npx @bilig/headless mcp, connect the stdio server from an MCP client, then use the WorkPaper tools to write input cells, recalculate formulas, read display values, and export the persisted JSON workbook.

Tools (3)
Functions this server exposes to AI clients

set_cell_contents

Write formula or input values into a WorkPaper cell.

get_cell_display_value

Read the recalculated display value for a cell.

export_workpaper_document

Export persisted WorkPaper JSON after edits.

Example
{
  "mcpServers": {
    "bilig-workpaper": {
      "command": "npx",
      "args": ["@bilig/headless", "mcp"]
    }
  }
}
Compatible With
Claude Desktop
Cursor
VS Code