MCP Catalogs
Home

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
Score4577
Official
Categories
AI / LLM ToolsDeveloper ToolsDatabase
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis 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/cli

Setup the MCP server:

bon mcp

For 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.