owl-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
owl-mcp by ai4curation | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 15 | ★ 85,748 |
| 30d uses | — | — |
| Score | 39 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this month |
owl-mcp · Summary
OWL-MCP enables AI assistants to interact with OWL ontologies via standardized MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
owl-mcp · Use cases
- AI-assisted ontology development and management
- Automated annotation and classification using existing ontologies
- Collaborative knowledge graph building with AI integration
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
owl-mcp · Install
Installation
- Install Goose (Desktop or CLI version) from [goose installation](https://block.github.io/goose/docs/getting-started/installation/)
- Set up an LLM provider (Anthropic recommended)
- Install OWL-MCP extension in Goose:
- Direct install: [Install OWL-MCP](goose://extension?cmd=uvx&arg=owl-mcp&id=owl_mcp&name=OWL%20MCP) - Manual: Add uvx owl-mcp to the Extension section of Goose
- Start using the extension to create and manage OWL ontologies
Claude Desktop Configuration
{
"mcpServers": {
"owl-mcp": {
"command": "uvx",
"args": ["owl-mcp"]
}
}
}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"]
}
}
}