Word MCP Live✓
io.github.ykarapazar/word-mcp-live · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ykarapazar/word-mcp-live",
"description": "Live Microsoft Word editing via MCP — tracked changes, undo, comments, 40+ tools",
"title": "Word MCP Live",
"repository": {
"url": "https://github.com/ykarapazar/word-mcp-live",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "pypi",
"identifier": "word-mcp-live",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Author name shown on tracked changes and comments (default: AI Assistant)",
"format": "string",
"name": "MCP_AUTHOR"
},
{
"description": "Author initials shown on comments (default: AI)",
"format": "string",
"name": "MCP_AUTHOR_INITIALS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}