Show and tell: MCP spreadsheet tool server for WorkPaper agents #230
Replies: 5 comments
-
|
Update from the MCP/server-directory pass:
The part I want feedback on now: if you use MCP clients for spreadsheet or finance workflows, which setup should be the shortest copy-paste path next: Claude Desktop, Cursor, VS Code, Codex, Cline, Zed, Continue, or something else? I am especially interested in whether the write tool's structured readback is enough to trust an agent edit. The useful path should be: read workbook summary, set one input cell, recalculate formulas, return before/after values, and persist the WorkPaper JSON without a hosted account. |
Beta Was this translation helpful? Give feedback.
-
|
Update: the official MCP Registry entry is current again for Verified today:
Directory/status page: https://proompteng.github.io/bilig/mcp-spreadsheet-server-directory.html Feedback I want from MCP users: is the first useful write tool still "set one input cell and return readback", or should the server prove a higher-level workflow next, such as setting named inputs, validating ranges, or saving restored WorkPaper JSON through a storage adapter? |
Beta Was this translation helpful? Give feedback.
-
|
Update: the official MCP Registry entry is current for @bilig/headless@0.14.2. Verified on May 14, 2026:
Registry publish run: https://github.com/proompteng/bilig/actions/runs/25850256208 The feedback ask is the same: for agent workflows, is the single-cell write plus formula readback enough, or should the next tool be named inputs, range validation, or storage-backed save/restore proof? |
Beta Was this translation helpful? Give feedback.
-
|
Registry refresh: Verification: curl -fsSL 'https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.proompteng%2Fbilig-workpaper'The live API returns 11 matching Bilig WorkPaper entries and marks The install command is still: npm exec --package @bilig/headless -- bilig-workpaper-mcpUseful feedback at this point: should the next MCP proof focus on named input schemas, range-level validation errors, or storage-backed save/restore across multiple tool calls? |
Beta Was this translation helpful? Give feedback.
-
|
Update: the official MCP Registry entry is refreshed to Verification:
The install command remains: npm exec --package @bilig/headless -- bilig-workpaper-mcpFor MCP users evaluating workbook tools, the next useful feedback is still concrete: should the server expose named input schemas, stricter range-level validation errors, or storage-backed save/restore across multiple tool calls first? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@bilig/headless@0.11.34now has a dependency-free MCP-style WorkPaper tool-server example.The shape is intentionally small:
tools/listexposesread_workpaper_summaryandset_workpaper_input_cellwith JSON Schema inputs.tools/callreturns text content plusstructuredContentwith before/after computed values, edited address, previous value, new value, formula persistence, and restored readback checks.Run it from a clean checkout:
git clone https://github.com/proompteng/bilig.git cd bilig/examples/headless-workpaper npm install npm run agent:mcp-toolsLinks:
What I want feedback on:
If this saves you a spreadsheet-tooling spike, star the repo so the next person searching for MCP spreadsheet tools can find it: https://github.com/proompteng/bilig/stargazers
Beta Was this translation helpful? Give feedback.
All reactions