mcp-officecli-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-officecli-bridgeCreate a new Word document named 'notes.docx'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-officecli-bridge
Streamable HTTP bridge for OfficeCLI official MCP (officecli mcp stdio) — so it can be used with Gemini Spark Custom App and hosted on Coolify (Tencent Cloud).
Does not re-implement OfficeCLI tools. All tools (
create, view, get, query, add, set, remove, move, swap, batch, dump, merge, validate, …) are automatically exposed from upstream.
Gemini Spark --POST /mcp (Streamable HTTP)--> Express (src/server.ts) --stdio--> officecli mcpDeploy on Coolify (2 minutes)
Coolify → + New Service → Application → select repo
mcp_office_cliBuild Pack:
Dockerfile— Port:3000(Optional) Set domain:
mcp.yourdomain.comDeploy → check
https://mcp.yourdomain.com/health→{"status":"ok"}Gemini Spark → Custom App → MCP URL =
https://mcp.yourdomain.com/mcp
Related MCP server: AgentCore MCP Server
Local test
npm install
npm run build
# butuh officecli terinstall (winget/brew/npm) untuk test lokal, atau pakai Docker
npm start
# test
curl http://localhost:3000/health
curl -X POST http://localhost:3000/mcp -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'Inspector
npx @modelcontextprotocol/inspector
# URL: http://localhost:3000/mcp (Streamable HTTP)Env
Var | Default | Description |
|
| HTTP port |
|
| Path to officecli binary |
|
| Proxy timeout to upstream |
| - | If set, requires |
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceExposes Gemini CLI's built-in tools and external MCP proxies through a unified MCP endpoint while providing an OpenAI-compatible API for Gemini models. It features configurable security modes to safely manage file system operations, web searches, and shell command execution.9 npm138Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.-
- FlicenseNot gradedqualityDmaintenanceMCP server for driving Office add-ins (Excel, Word, Outlook, PowerPoint, OneNote) through high-level workflow tools and queries, enabling LLM agents to automate document tasks across Microsoft Office applications via a single Go binary.3-
- AlicenseNot gradedqualityBmaintenanceSuite of MCP servers for local-first, governed automation of Microsoft Office files (Excel, PowerPoint, Word) via structured tool calls.7MIT