@components-kit/open-workbook-mcp-server
v0.1.26
Published
MCP stdio server exposing the Open Workbook excel.agent.run workflow surface.
Maintainers
Readme
@components-kit/open-workbook-mcp-server
MCP stdio server for Open Workbook.
This package exposes the public excel.agent.run workflow tool, JSON resources, and prompts to MCP clients. It also starts or connects to the local backend WebSocket used by the sideloaded Excel add-in.
Usage
Installed CLI users should normally run:
owb mcpDirect package binary:
open-workbook-mcpEnvironment
OPEN_WORKBOOK_HOST: backend host, default127.0.0.1OPEN_WORKBOOK_PORT: backend port, default37845OPEN_WORKBOOK_ADDIN_PATH: backend WebSocket path, default/addinOPEN_WORKBOOK_DAEMON_URL: existing backend daemon URL, default derived from host/portOPEN_WORKBOOK_MCP_STANDALONE: set1to force an in-process backend
Source Layout
src/index.ts: small stdio bootstrapsrc/tools/agent-run.ts: the single public MCP tool schema and registrationsrc/resources.ts: JSON resource registrationssrc/prompts.ts: safe workflow promptssrc/runtime-facade.ts: daemon proxy or standalone backend startup
Notes
Use @components-kit/open-workbook for end-user installs. This package is published separately so advanced integrators can embed or run the MCP server directly.
