Bilig

v1.0.0Business Applicationsstable

Formula WorkPaper and XLSX recalculation runtime for Node.js services and agent tools: edit cells, recalc, verify readback, persist JSON.

agent-skillsagent-toolsai-agentsexcelexcel-formulas
Share:
25
Stars
0
Downloads
0
Weekly
0/5

What is Bilig?

Bilig is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to formula workpaper and xlsx recalculation runtime for node.js services and agent tools: edit cells, recalc, verify readback, persist json.

Formula WorkPaper and XLSX recalculation runtime for Node.js services and agent tools: edit cells, recalc, verify readback, persist JSON.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Formula WorkPaper and XLSX recalculation runtime for Node.js

Use Cases

Edit Excel cells and recalculate formulas through Node.js agents.
Verify and persist spreadsheet changes in agent workflows.
Implement formula-driven applications as agent tools.
proompteng

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx bilig

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Bilig

Bilig is a Formula WorkPaper runtime for Node.js that treats Excel-compatible spreadsheet files as executable, formula-driven documents — allowing AI agents to edit cells, trigger recalculation, verify formula readback, and persist results as JSON or XLSX without launching Excel or a browser. It ships a dedicated MCP server (bilig-workpaper-mcp) exposing tools for reading ranges, setting cell contents, validating formulas, and exporting workpapers, making it practical for financial modeling agents, pricing engines, and any workflow where structured calculation with spreadsheet formulas is a core requirement.

Prerequisites

  • Node.js 18+ installed on your system
  • npm or npx available on your PATH
  • An Excel-compatible workpaper file (.xlsx) or a Bilig WorkPaper definition
  • An MCP-compatible client such as Claude Desktop
1

Install the Bilig WorkPaper package

Install the main @bilig/workpaper package which includes the MCP server binary (bilig-workpaper-mcp).

npm install @bilig/workpaper
2

Create a WorkPaper or import an existing XLSX

You can scaffold a new workpaper project or import an existing .xlsx file. The scaffold command creates a structured project with sheets, formulas, and agent configuration.

# Scaffold a new workpaper:
npm create @bilig/workpaper@latest my-pricing-model

# Or scaffold with agent support:
npm create @bilig/workpaper@latest my-pricing-model -- --agent
3

Start the Bilig MCP server

Run the bilig-workpaper-mcp binary, pointing it at your workpaper file or directory. The server exposes MCP tools for reading, editing, and validating the workpaper.

npx --yes --package @bilig/workpaper@latest bilig-workpaper-mcp --door workpaper-service --json
4

Add the server to your MCP client configuration

Configure Claude Desktop to run the bilig-workpaper-mcp server via npx with your workpaper path.

{
  "mcpServers": {
    "bilig": {
      "command": "npx",
      "args": ["--yes", "--package", "@bilig/workpaper@latest", "bilig-workpaper-mcp", "--json"]
    }
  }
}
5

Interact with your workpaper through Claude

Restart Claude Desktop and start querying or editing your workpaper. Claude can read cell ranges, update values, verify formula recalculation, and export the workpaper.

Bilig Examples

Client configuration

Claude Desktop configuration running the bilig-workpaper-mcp server via npx with the @bilig/workpaper package.

{
  "mcpServers": {
    "bilig": {
      "command": "npx",
      "args": [
        "--yes",
        "--package",
        "@bilig/workpaper@latest",
        "bilig-workpaper-mcp",
        "--json"
      ]
    }
  }
}

Prompts to try

Agent-oriented queries that use the list_sheets, read_range, set_cell_contents, validate_formula, and export_workpaper_document tools.

- "List all sheets in the current workpaper"
- "Read the range A1:D10 from the 'Inputs' sheet"
- "Set cell Inputs!B2 to 32 and tell me the recalculated value in Summary!B2"
- "Validate the formula in cell Summary!C5 and report any errors"
- "Analyze the workbook for formula risks and circular dependencies"
- "Export the current workpaper state as an XLSX file"

Troubleshooting Bilig

bilig-workpaper-mcp command not found after npm install

The binary is installed inside node_modules/.bin/. Either use 'npx bilig-workpaper-mcp' or run it via the full path './node_modules/.bin/bilig-workpaper-mcp'. For global access, install with 'npm install -g @bilig/workpaper'.

Formula recalculation returns stale or incorrect values after cell edits

Run the xlsx-cache-doctor tool to detect stale cached formula values: 'npx --package @bilig/workpaper@latest xlsx-cache-doctor <file.xlsx>'. If stale formulas are detected, use 'xlsx-recalc' to refresh them before loading into the MCP server.

XLSX import fails with 'unsupported formula' error

Bilig supports Excel-compatible formula syntax but not all Excel-specific functions (e.g., XLOOKUP may not be supported). Use the bilig-formula-clinic tool to get a diagnostic report: 'npx --package @bilig/workpaper@latest bilig-formula-clinic <file.xlsx>'.

Frequently Asked Questions about Bilig

What is Bilig?

Bilig is a Model Context Protocol (MCP) server that formula workpaper and xlsx recalculation runtime for node.js services and agent tools: edit cells, recalc, verify readback, persist json. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Bilig?

Follow the installation instructions on the Bilig GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Bilig?

Bilig works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Bilig free to use?

Yes, Bilig is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Bilig Alternatives — Similar Business Applications Servers

Looking for alternatives to Bilig? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "bilig": { "command": "npx", "args": ["-y", "bilig"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Bilig?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides