mcp-officecli-bridge
mcp-officecli-bridge
OfficeCLI 공식 MCP(officecli mcp stdio)용 Streamable HTTP 브리지 — Gemini Spark Custom App에서 사용할 수 있고 **Coolify (Tencent Cloud)**에서 호스팅할 수 있습니다.
OfficeCLI 도구를 다시 구현하지 않습니다. 모든 도구(
create, view, get, query, add, set, remove, move, swap, batch, dump, merge, validate, …)는 업스트림에서 자동으로 노출됩니다.
Gemini Spark --POST /mcp (Streamable HTTP)--> Express (src/server.ts) --stdio--> officecli mcpCoolify에 배포 (2분)
Coolify → + New Service → Application →
mcp_office_cli리포지토리 선택빌드 팩:
Dockerfile— 포트:3000(선택 사항) 도메인 설정:
mcp.yourdomain.com배포 →
https://mcp.yourdomain.com/health확인 →{"status":"ok"}Gemini Spark → Custom App → MCP URL =
https://mcp.yourdomain.com/mcp
Related MCP server: AgentCore MCP Server
로컬 테스트
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)환경 변수
변수 | 기본값 | 설명 |
|
| HTTP 포트 |
|
| officecli 바이너리 경로 |
|
| 업스트림 프록시 타임아웃 |
| - | 설정된 경우 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.31138Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.
- FlicenseNot gradedqualityCmaintenanceMCP 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 gradedqualityAmaintenanceSuite of MCP servers for local-first, governed automation of Microsoft Office files (Excel, PowerPoint, Word) via structured tool calls.6MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bapakstack/mcp-officecli-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server