time vs word-mcp-live
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | word-mcp-live by ykarapazar | |
|---|---|---|
| Stars | ★ 85,748 | ★ 86 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
word-mcp-live · Summary
MCP server with 124 tools for Microsoft Word including live editing, tracked changes, and cross-platform functionality.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
word-mcp-live · Use cases
- Automated document generation and formatting with AI assistance
- Collaborative document review with AI-managed tracked changes
- Cross-platform document manipulation without opening Word interface
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}word-mcp-live · Install
Install the package:
pip install word-mcp-liveAdd to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"word": {
"command": "uvx",
"args": ["word-mcp-live"],
"env": {
"MCP_AUTHOR": "Your Name",
"MCP_AUTHOR_INITIALS": "YN"
}
}
}
}