time vs ontosphere
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ontosphere by ThHanke | |
|---|---|---|
| Stars | ★ 85,748 | ★ 59 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ontosphere · Summary
Browser-based RDF knowledge graph editor with MCP server integration for AI agent workflows.
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
ontosphere · Use cases
- AI agents analyzing and querying large RDF knowledge graphs
- Automated ontology development and knowledge graph refinement
- Visualizing and reasoning about complex semantic relationships
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"]
}
}
}ontosphere · Install
Installation
Ontosphere is a client-side browser application with no backend requirements:
- Clone the repository:
``sh git clone https://github.com/ThHanke/ontosphere.git cd ontosphere ``
- Install dependencies:
``sh npm install ``
- Start the development server:
``sh npm run dev ``
- Open http://localhost:8080 in your browser
Claude Desktop Integration
Add the following to your Claude Desktop configuration (claude_desktop_config.json):
"mcpServers": {
"ontosphere": {
"command": "npx",
"args": ["@thhanke/ontosphere-mcp"]
}
}