MCP Bliss Logo

MCP BLISS

Download MCP BlissGet started in seconds – free download, easy install.
Tool Icon

Office Word v1.0.0

Slug: office-word-mcp-server
Author: GongRzhe
worddocumentofficemicrosoftdocxpdftext-formatting
A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities.
Capabilities:
Create new Word documents with metadataExtract text and analyze document structureView document properties and statisticsList available documents in a directoryCreate copies of existing documentsMerge multiple documents into a single documentConvert Word documents to PDF formatAdd headings, paragraphs, tables, images, and page breaksFormat text (bold, italic, underline, color, font)Search and replace textDelete paragraphsCreate custom document stylesFormat tables with borders and stylesAdd password protection and digital signatures
Examples:
  • "Create a new document called 'report.docx' with a title page."
  • "Add a heading and three paragraphs to my document."
  • "Insert a 4x4 table with sales data."
  • "Format the word 'important' in paragraph 2 to be bold and red."
  • "Search and replace all instances of 'old term' with 'new term'."
  • "Create a custom style for section headings."
  • "Apply formatting to the table in my document."
Script:
{
  "command": "uvx",
  "args": [
    "--from",
    "office-word-mcp-server",
    "word_mcp_server"
  ]
}