MCP Catalogs
Home

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
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Knowledge GraphDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis 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:

  1. Clone the repository:

``sh git clone https://github.com/ThHanke/ontosphere.git cd ontosphere ``

  1. Install dependencies:

``sh npm install ``

  1. Start the development server:

``sh npm run dev ``

  1. 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"]
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.