time vs aisdk-mcp-bridge
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | aisdk-mcp-bridge by vrknetha | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 16 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aisdk-mcp-bridge · Summary
Bridge package connecting MCP servers with AI SDK tools, supporting multiple server types and real-time communication.
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
aisdk-mcp-bridge · Use cases
- Integrating MCP servers like Twitter or Firecrawl with AI models for enhanced capabilities
- Building AI applications that need to leverage multiple MCP tools simultaneously
- Creating real-time communication between AI models and MCP servers using SSE mode
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"]
}
}
}aisdk-mcp-bridge · Install
Installation:
npm install aisdk-mcp-bridgeFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"aisdk-mcp-bridge": {
"command": "node",
"args": ["path/to/your/project/node_modules/.bin/aisdk-mcp-bridge"]
}
}
}