mcp-dashboards vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-dashboards by KyuRish | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 22 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-dashboards · Summary
MCP server that renders interactive data visualizations and dashboards inside AI conversations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-dashboards · Use cases
- Business analysts creating financial reports and KPI dashboards directly in their AI conversations
- Data scientists visualizing complex datasets and sharing interactive charts with team members
- Portfolio managers tracking investments and market data in real-time during client meetings
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
mcp-dashboards · Install
Installation
Claude Desktop
Add to your claude_desktop_config.json:
- **Windows:**
%APPDATA%\Claude\claude_desktop_config.json - **macOS:**
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dashboard": {
"command": "npx",
"args": ["-y", "mcp-dashboards", "--stdio"]
}
}
}Claude Code / VS Code
claude mcp add dashboard -- npx -y mcp-dashboards --stdioRemote (HTTP)
npx mcp-dashboards
# Server starts on http://localhost:3001/mcptime · 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"]
}
}
}