Best for
- Scenarios requiring exact cell addresses with computed readback
- Formula-driven business logic in backend services
- Workbook applications needing JSON persistence
The Bilig WorkPaper MCP server brings spreadsheet formula calculations to AI agents and Node services, supporting input edits, formula recalculation, JSON persistence, and an MCP tool interface. It is integrated with the official MCP registry and provides both stdio and remote HTTP endpoints. Although not officially maintained, it offers thorough verification paths in its documentation.
Bilig WorkPaper is an MCP server that provides agents formula-workbook read/write and recalculation capabilities. It enables editing input cells, reading formula-computed outputs, persisting workbook state as JSON, and exposing MCP tools for workbook risk preflight. Designed for Node services and AI agents that need to interact with structured formula workbooks.
Launch the server via stdio using the npm package @bilig/headless, or use the remote Streamable HTTP endpoint https://bilig.proompteng.ai/mcp. To configure an MCP client, add the JSON above to your client config file.
{
"mcpServers": {
"bilig-workpaper": {
"command": "npx",
"args": [
"-y",
"@bilig/headless"
]
}
}
}