neurolink vs time
Side-by-side comparison to help you pick between these two MCP servers.
neurolink by juspay | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 90 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
neurolink · Summary
NeuroLink is a universal AI integration platform that unifies 21+ AI providers and 100+ models under one consistent API with MCP server support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
neurolink · Use cases
- Building applications with multiple AI providers using a single consistent API
- Creating AI agents with memory, tool calling, and context window management
- Implementing real-time voice interactions with TTS/STT capabilities
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
neurolink · Install
npm install @juspay/neurolinkFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"neurolink": {
"command": "node",
"args": ["-e", "require('@juspay/neurolink')"],
"env": {
"NEUROLINK_API_KEY": "your-api-key"
}
}
}
}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"]
}
}
}