holoviz-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
holoviz-mcp by MarcSkovMadsen | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 33 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
holoviz-mcp · Summary
An MCP server providing intelligent access to HoloViz ecosystem for building data visualizations and dashboards.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
holoviz-mcp · Use cases
- Creating interactive data visualizations with Python libraries
- Building dashboards with Panel and hvPlot
- Generating contextual code assistance for data visualization projects
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
holoviz-mcp · Install
Installation
pip
pip install holoviz-mcpconda
conda install -c conda-forge holoviz-mcpDocker
docker pull ghcr.io/marcskovmadsen/holoviz-mcpClaude Desktop
Add to your Claude Desktop config:
"mcpServers": {
"holoviz": {
"command": "python",
"args": ["-m", "holoviz_mcp.server"],
"env": {
"PYTHONPATH": "${path}"
}
}
}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"]
}
}
}