mcp.office

mcp.office

Combined MCP server for Euro-Office DocumentServer enabling Word and PDF editing, document conversion, force-save, session info, and headless prompt-based document editing.

Category
Visit Server

README

mcp.office

Combined MCP server for Euro-Office DocumentServer workflows focused on:

  • Word editor integration
  • PDF editing/form workflows
  • document conversion
  • force-save and session info commands
  • headless prompt-based document editing (no UI)

Why combined MCP

Euro-Office DocumentServer exposes one command and conversion stack for multiple formats. A single MCP server gives one integration point while still supporting both Word and PDF use cases.

Tools

  • check_health: probes /healthcheck on DocumentServer
  • build_editor_config: generates editor payload for word, cell, slide, or pdf
  • convert_document: calls conversion endpoint
  • command_force_save: triggers force save for an active document key
  • command_info: fetches session info for a document key
  • describe_capabilities: quick summary of Word/PDF support
  • edit_document_from_prompt: non-visual editing for DOCX and PDF

Environment variables

  • EURO_OFFICE_BASE_URL (default: http://localhost:8080)
  • EURO_OFFICE_TIMEOUT_SECONDS (default: 20)
  • EURO_OFFICE_COMMAND_PATH (default: /coauthoring/CommandService.ashx)
  • EURO_OFFICE_CONVERT_PATH (default: /ConvertService.ashx)
  • EURO_OFFICE_JWT_SECRET (optional, enables signed requests)
  • EURO_OFFICE_JWT_HEADER (default: Authorization)
  • EURO_OFFICE_JWT_PREFIX (default: Bearer)

Local run

pip install -r requirements.txt
python server.py

Health checks:

  • GET /healthz
  • GET /readyz

Docker

docker build -t ghcr.io/gdmkonsult/mcp.office:main .
docker run --rm -p 8000:8000 \
  -e EURO_OFFICE_BASE_URL=http://documentserver:8080 \
  -e EURO_OFFICE_JWT_SECRET=replace-me \
  ghcr.io/gdmkonsult/mcp.office:main

Notes

  • The MCP focuses on API-level editing orchestration, not UI automation.
  • Your host application still needs to serve files and callback endpoints.
  • Some environments use different command/convert paths; configure via env vars.
  • Headless DOCX editing supports prompt actions like replace, append, prepend, and delete paragraph containing.
  • Headless PDF editing supports either form-field updates (Field=Value prompt lines) or text-rewrite fallback that creates a new simplified PDF.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured