time vs searchcraft-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | searchcraft-mcp-server by searchcraft-inc | |
|---|---|---|
| Stars | ★ 85,748 | ★ 7 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsSearchAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
searchcraft-mcp-server · Summary
A TypeScript MCP server that integrates Searchcraft's developer search engine for indexing documents, managing search operations, and creating search applications.
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
searchcraft-mcp-server · Use cases
- Creating search applications from JSON datasets using natural language prompts
- Managing document indexes and search configurations through MCP clients
- Automating search analytics and performance monitoring workflows
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"]
}
}
}searchcraft-mcp-server · Install
Installation
npm install -g @searchcraft/mcp-serverClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"searchcraft": {
"command": "npx",
"args": ["@searchcraft/mcp-server"]
}
}
}