{ "name": "docx-forge-mcp", "version": "0.1.2", "mcpName": "io.github.mdfifty50-boop/docx-forge", "repository": { "type": "git", "url": "https://github.com/mdfifty50-boop/docx-forge-mcp" }, "description": "MCP server for creating, reading, and manipulating Word documents (.docx) — the production-grade document automation tool for AI agents", "type": "module", "main": "src/index.js", "bin": { "docx-forge-mcp": "src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test src/**/*.test.js" }, "keywords": [ "mcp", "mcp-server", "docx", "word", "document", "office", "document-automation", "ai-agent", "model-context-protocol", "contracts", "reports", "proposals" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@x402/mcp": "^2.10.0", "docx": "^9.5.0", "mammoth": "^1.9.0", "zod": "^3.24.0" } }