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.
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/healthcheckon DocumentServerbuild_editor_config: generates editor payload forword,cell,slide, orpdfconvert_document: calls conversion endpointcommand_force_save: triggers force save for an active document keycommand_info: fetches session info for a document keydescribe_capabilities: quick summary of Word/PDF supportedit_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 /healthzGET /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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
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.