{
  "markdown": "# Word MCP Server\n\nMinimal MCP server for Microsoft Word document operations using python-docx.\n\n<!-- mcp-name: io.github.swadegeiger1/word-mcp -->\n\n## Features\n\n- **read_word_document**: Read text from .docx files\n- **create_word_document**: Create new Word documents\n- **append_to_document**: Add content to existing documents\n\n## Installation\n\n```bash\ncd ~/word-mcp-server\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\nchmod +x server.py\n```\n\n## Configuration\n\nAdd to `~/.kiro/settings/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"word-mcp\": {\n      \"command\": \"~/word-mcp-server/venv/bin/python\",\n      \"args\": [\"~/word-mcp-server/server.py\"]\n    }\n  }\n}\n```\n\n**Note:** The `~` will automatically expand to your home directory, making this configuration work for any user.\n\n## Usage Examples\n\n**Read a document:**\n```\nRead the Word document at ~/Documents/report.docx\n```\n\n**Create a document:**\n```\nCreate a Word document at ~/Documents/memo.docx with the content \"Meeting Notes\\n\\nDiscussed Q1 goals\"\n```\n\n**Append to a document:**\n```\nAppend \"Action Items:\\n- Review budget\" to ~/Documents/memo.docx\n```\n",
  "bytes": 1143,
  "sha": "42375886e44382cedea1f9b0f9cf4837b7d9367d2aa57e7d090e3af6577a9512",
  "repo_slug": "swadegeiger1/word-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_swadegeiger1_word_mcp_a7b4c0c2/readme"
}