{
  "name": "word",
  "version": "0.1.0",
  "description": "Create, convert, review, and edit Microsoft Word documents from UR — through the Office Word MCP server (python-docx, ~54 tools) with a pandoc / python-docx fallback.",
  "author": {
    "name": "Maitham Al-rubaye",
    "url": "https://github.com/Maitham16/UR"
  },
  "homepage": "https://github.com/Maitham16/UR/tree/master/plugins/core/word",
  "repository": "https://github.com/Maitham16/UR",
  "license": "LicenseRef-UR-AGENT-Non-Commercial-Self-Responsibility",
  "keywords": ["word", "docx", "document", "office", "mcp"],
  "mcpServers": {
    "word": {
      "command": "uvx",
      "args": ["--from", "office-word-mcp-server", "word_mcp_server"]
    }
  },
  "userConfig": {
    "DOCX_DIR": {
      "type": "directory",
      "title": "Default documents directory",
      "description": "Where new .docx files are written when no path is given. Defaults to the current working directory."
    }
  }
}
