enhanced-word-mcp-server
Version:
Enhanced Word MCP server with comprehensive document operations. Features 24 consolidated tools, regex positioning fixes, and complete Word document manipulation capabilities.
64 lines (63 loc) • 1.49 kB
JSON
{
"name": "enhanced-word-mcp-server",
"version": "2.7.12",
"description": "Enhanced Word MCP server with comprehensive document operations. Features 24 consolidated tools, regex positioning fixes, and complete Word document manipulation capabilities.",
"main": "index.js",
"bin": {
"enhanced-word-mcp-server": "./bin/enhanced-word-mcp-server.js"
},
"scripts": {
"start": "python3 -m word_document_server.main",
"test": "python3 test_enhanced_features.py",
"install-deps": "pip install -r requirements.txt"
},
"keywords": [
"mcp",
"word",
"document",
"academic",
"research",
"collaboration",
"thesis",
"microsoft-word",
"docx",
"formatting",
"review",
"comments",
"track-changes",
"section-management"
],
"author": {
"name": "Kosta Vučković",
"email": "kosta@brown.edu"
},
"contributors": [
{
"name": "GongRzhe",
"email": "gongrzhe@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ildunari/enhanced-word.git"
},
"bugs": {
"url": "https://github.com/ildunari/enhanced-word/issues"
},
"homepage": "https://github.com/ildunari/enhanced-word#readme",
"engines": {
"node": ">=16.0.0"
},
"files": [
"word_document_server/",
"requirements.txt",
"README_ENHANCED.md",
"claude_desktop_config.json",
"bin/",
"index.js"
],
"publishConfig": {
"access": "public"
}
}