docx-mcp
Allows converting Markdown text or files into Word documents with customizable themes and formatting.
Click on "Install 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., "@docx-mcpgenerate a Word document from my markdown notes"
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.
docx-mcp
MCP server pro generování profesionálně formátovaných Word dokumentů (.docx). Podporuje firemní šablony (barvy, fonty, logo), záhlaví/zápatí a převod Markdownu.
Instalace
cd docx-mcp
npm installRelated MCP server: doc-mcp-server
Přidání do Cursoru
Soubor ~/.cursor/mcp.json:
{
"mcpServers": {
"docx": {
"command": "node",
"args": ["/absolutní/cesta/k/docx-mcp/index.js"]
}
}
}Přidání do Claude Code
Soubor ~/.claude/mcp.json:
{
"mcpServers": {
"docx": {
"command": "node",
"args": ["/absolutní/cesta/k/docx-mcp/index.js"]
}
}
}Nástroje
create_document
Vytvoří Word dokument z pole bloků.
{
"title": "Název dokumentu",
"subtitle": "Podnadpis",
"author": "Vaše jméno",
"output_path": "/cesta/soubor.docx",
"theme_path": "~/.docx-mcp/themes/firma.json",
"theme": {
"primaryColor": "CC0000",
"font": "Calibri",
"headerText": "Firma s.r.o.",
"footerText": "Důvěrné",
"logoPath": "/cesta/k/logo.png"
},
"blocks": [
{ "type": "h1", "text": "Nadpis" },
{ "type": "p", "text": "Odstavec textu." },
{ "type": "bullet", "items": ["Bod 1", "Bod 2"] },
{ "type": "table", "headers": ["A", "B"], "rows": [["1", "2"]] },
{ "type": "callout", "title": "Tip", "text": "Text tipu.", "style": "info" }
]
}convert_markdown
Převede Markdown text nebo .md soubor na Word dokument.
{
"markdown": "# Nadpis\n\nText odstavce.\n\n- bod 1\n- bod 2",
"output_path": "/cesta/soubor.docx",
"theme_path": "~/.docx-mcp/themes/firma.json"
}Nebo ze souboru:
{
"markdown_path": "/cesta/k/dokument.md",
"output_path": "/cesta/soubor.docx"
}save_theme
Uloží šablonu pro opakované použití.
{
"name": "firma",
"theme": {
"primaryColor": "CC0000",
"accentColor": "FF6600",
"font": "Calibri",
"tableHeaderBg": "CC0000",
"headerText": "Firma s.r.o.",
"footerText": "Důvěrné",
"logoPath": "/cesta/k/logo.png"
}
}Uloží se do ~/.docx-mcp/themes/firma.json.
list_themes
Zobrazí seznam uložených šablon.
Šablona (theme) - všechny vlastnosti
Vlastnost | Výchozí | Popis |
|
| Barva H1 a titulku |
|
| Barva H2 a akcentů |
|
| Barva H3 |
|
| Barva textu |
|
| Název fontu |
|
| Velikost písma (half-points, 22=11pt) |
|
| Pozadí záhlaví tabulek |
|
| Text záhlaví tabulek |
|
| Barva sudých řádků |
| Text v záhlaví stránky | |
| Text v zápatí stránky | |
| Cesta k logu (PNG/JPG) |
Typy bloků
Typ | Popis |
| Nadpisy 1-3 |
| Odstavec (bold, italic, color, align) |
| Odrážkový seznam (víceúrovňový) |
| Číslovaný seznam (víceúrovňový) |
| Tabulka (headers + rows) |
| Barevný rámeček (info/warning/success/danger) |
| Prázdný řádek |
| Nová stránka |
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
- Flicense-qualityDmaintenanceA FastMCP-powered microserver that allows users to programmatically generate well-formatted .docx documents with consistent styling, including features like titles, paragraphs, headings, citations, and footers.Last updated
- Alicense-qualityCmaintenanceA powerful Word document editing MCP server that provides complete document manipulation capabilities, including creation, editing, formatting, tables, images, and advanced features like footnotes and interface document generation.Last updated3MIT
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.Last updated926MIT
- AlicenseCqualityDmaintenanceA unified MCP server for document processing that enables creating, editing, and converting Word documents (DOCX), PDFs, Markdown, and images, with support for templates, formatting, and batch operations.Last updated100MIT
Related MCP Connectors
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
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/Sensio-cz/mcp-docx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server