aiquila vs time
Side-by-side comparison to help you pick between these two MCP servers.
aiquila by elgorro | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | File SystemCloud StorageProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
aiquila · Summary
AIquila is an MCP server connecting Claude AI to Nextcloud for file and data management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aiquila · Use cases
- Browse and search Nextcloud files through conversation with Claude
- Create and manage notes and tasks directly via Claude AI
- Analyze documents and spreadsheets within Nextcloud interface
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
aiquila · Install
Install AIquila MCP server using npm:
npm install -g aiquila-mcpAdd to Claude Desktop configuration:
{
"mcpServers": {
"aiquila": {
"command": "npx",
"args": ["aiquila-mcp"]
}
}
}For detailed installation guides for different paths, see [Installation Documentation](docs/installation.md).
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"]
}
}
}