time vs mcp-neo4j
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-neo4j by neo4j-contrib | |
|---|---|---|
| Stars | ★ 85,748 | ★ 947 |
| 30d uses | — | — |
| Score | 77 | 52 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-neo4j · Summary
Neo4j Labs MCP servers integrate graph databases with AI assistants through natural language.
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-neo4j · Use cases
- Convert natural language questions to graph database queries
- Store and retrieve personal knowledge across conversations
- Manage Neo4j Aura cloud instances through AI assistants
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-neo4j · Install
Installation
Using pip
pip install mcp-neo4j-cypher mcp-neo4j-memory mcp-neo4j-cloud-aura-api mcp-neo4j-data-modelingClaude Desktop Configuration
Add the following to Claude's config.json:
{
"mcpServers": {
"neo4j": {
"command": "mcp-neo4j-cypher",
"args": []
}
}
}Docker Deployment
docker run -p 8080:8080 neo4j/mcp-neo4j-cypher --transport http --port 8080