octave-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
octave-mcp by elevanaltd | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 51 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
octave-mcp · Summary
OCTAVE MCP server provides structured document infrastructure with canonicalization, schema validation, and mythological compression for AI artifacts.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
octave-mcp · Use cases
- Multi-agent systems requiring consistent document passing
- Decision logs and coordination briefs in organizations
- System prompts and reference documentation where token cost matters
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
octave-mcp · Install
Install via pip:
pip install octave-mcpFor Claude Desktop, add to config.json:
{
"mcpServers": {
"octave": {
"command": "octave-mcp-server"
}
}
}For HTTP transport:
octave-mcp-server --transport http --port 8080time · 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"]
}
}
}