server-nothing vs time
Side-by-side comparison to help you pick between these two MCP servers.
server-nothing by hesreallyhim | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30d uses | — | — |
| Score | 32 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 11 mo ago | this month |
server-nothing · Summary
A minimalist test MCP server with no capabilities, designed for validating client/server setup without functionality.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
server-nothing · Use cases
- Testing initial MCP client/server connection setup
- Validating MCP protocol compliance
- As a starting point for building custom MCP servers
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
server-nothing · Install
npm install @modelcontextprotocol/server-nothingAdd to your Claude Desktop config.json:
{
"mcpServers": {
"nothing": {
"command": "npx",
"args": ["@modelcontextprotocol/server-nothing"]
}
}
}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"]
}
}
}