MCP Catalogs
Home

time vs agent-board

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
agent-board
by quentintou
Stars★ 85,748★ 21
30d uses
Score7739
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month3 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

agent-board · Summary

Open-source multi-agent task board with Kanban, DAG dependencies, and MCP server integration.

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

agent-board · Use cases

  • Coordinating multiple OpenClaw agents with task dependencies
  • Building multi-step AI workflows with automatic task chaining
  • Managing AI agent teams with audit trails and performance metrics

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"]
    }
  }
}

agent-board · Install

git clone https://github.com/quentintou/agent-board.git
cd agent-board
npm install
npm run build
npm start

For Claude Desktop integration, add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-board": {
      "command": "node",
      "args": ["dist/index.js"],
      "env": {
        "AGENTBOARD_API_KEYS": "sk-abc123:agent1,sk-def456:agent2"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.