time vs chat.md
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | chat.md by rusiaaman | |
|---|---|---|
| Stars | ★ 85,748 | ★ 105 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
chat.md · Summary
A VS Code extension that turns .chat.md files into editable AI chat interfaces with MCP support.
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
chat.md · Use cases
- Code debugging and optimization with AI assistance
- Technical documentation creation through iterative conversation
- Multi-model AI collaboration without vendor lock-in
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"]
}
}
}chat.md · Install
Installation
- Install 'chat.md' from the VS Code marketplace
- Configure your API key(s):
- Command Palette → "Add or Edit API Configuration"
- Create a new chat file:
- Opt+Cmd+' (Mac) / Ctrl+k Ctrl+c (Windows/Linux) to create a new '.chat.md' file - Or create any file with the .chat.md extension and open it in VS Code
MCP Configuration
Add MCP servers to your VS Code settings.json:
"chatmd.mcpServers": {
"wcgw": {
"command": "uvx",
"args": [
"--python",
"3.12",
"--from",
"wcgw@latest",
"wcgw_mcp"
]
}
}