time vs mcp-nodejs-debugger
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-nodejs-debugger by workbackai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 300 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-nodejs-debugger · Summary
MCP server enabling runtime debugging of Node.js applications for Cursor and Claude Code.
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
mcp-nodejs-debugger · Use cases
- Debug Node.js applications running in production or staging environments
- Inspect variables and runtime state without restarting applications
- Set breakpoints to analyze code flow at specific execution points
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"]
}
}
}mcp-nodejs-debugger · Install
Installation
For Claude Desktop
Add the following to your Claude Desktop configuration file:
{
"mcpServers": {
"nodejs-debugger": {
"command": "npx",
"args": ["@hyperdrive-eng/mcp-nodejs-debugger"]
}
}
}For Claude Code
claude mcp add nodejs-debugger npx @hyperdrive-eng/mcp-nodejs-debuggerFor Cursor
Add to your Cursor MCP configuration (~/.cursor/mcp.json):
{
"mcpServers": {
"nodejs-debugger": {
"command": "npx",
"args": ["@hyperdrive-eng/mcp-nodejs-debugger"]
}
}
}