# Word Tools MCP Server A Model Context Protocol (MCP) server that provides AI-powered Word document manipulation capabilities. This server
If you already use Doc Tools MCP, the doc tools mcp mcp server is the piece that lets your assistant work with it directly. # Word Tools MCP Server A Model Context Protocol (MCP) server that provides AI-powered Word document manipulation capabilities. This server implements the MCP protocol to enable AI applications to create, edit, and manage Word documents.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
create_document — Create a new Word documentParameters — filePath (required), title, authoropen_document — Open an existing Word documentadd_paragraph — Add a paragraph to the documentadd_table — Add a table to the documentsearch_and_replace — Find and replace text in the documentset_page_margins — Set document page marginsget_document_info — Get document metadataCursor — 1. Open the Cursor configuration file ~/.cursor/mcp.json 2. Add the following configuration: json { "mcpServers": { "doc-tools-mcp": { "command"Installation goes through your MCP client rather than a global install: point it at @puchunjie/doc-tools-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Doc Tools MCP's toolset — create_document, Parameters, open_document and 6 more — is a fair guide to whether it matches your workflow. It is maintained by puchunjie; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| create_document | Create a new Word document |
| Parameters | filePath (required), title, author |
| open_document | Open an existing Word document |
| add_paragraph | Add a paragraph to the document |
| add_table | Add a table to the document |
| search_and_replace | Find and replace text in the document |
| set_page_margins | Set document page margins |
| get_document_info | Get document metadata |
| Cursor | 1. Open the Cursor configuration file ~/.cursor/mcp.json 2. Add the following configuration: json { "mcpServers": { "doc-tools-mcp": { "command": "npx", "args": [ "@puchunjie/doc-tools-mcp" ] } } } |
Or for local development version:
```json
{
"mcpServers": {
"doc-tools-mcp": {
"command": "node",
"args": [
"/path/to/your/doc-tools-mcp/dist/mcp-server.js"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.