bonnard-cli vs time
Side-by-side comparison to help you pick between these two MCP servers.
bonnard-cli by bonnard-data | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 48 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsDatabase | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
bonnard-cli · Summary
Bonnard CLI provides an agent-native analytics platform with MCP server integration for governed data queries.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bonnard-cli · Use cases
- AI agents querying governed metrics through MCP for consistent answers
- Creating markdown dashboards with various chart components
- Deploying semantic layers with versioning and CI/CD 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
bonnard-cli · Install
Install with npm:
npm install -g @bonnard/cliSetup the MCP server:
bon mcpFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"bonnard": {
"command": "npx",
"args": ["@bonnard/cli", "mcp"]
}
}
}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"]
}
}
}