aica vs time
Side-by-side comparison to help you pick between these two MCP servers.
aica by dotneet | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsGitHub | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 7 mo ago | this month |
aica · Summary
aica is an open-source AI code analyzer that supports MCP server functionality for code review and analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aica · Use cases
- Automated code review in CI/CD pipelines
- AI-assisted code refactoring and analysis
- Generating commit messages and pull request summaries
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
aica · Install
# Install bun before build aica
# Official Install Document: https://bun.sh/docs/installation#installing
git clone https://github.com/dotneet/aica.git
cd aica
bun install
bun run build
cp ./dist/aica /usr/local/bin
# Configure MCP server
echo '[mcp]
setupFile = "mcp.json"' > ~/.config/aica/aica.toml
# To use with Claude Desktop, add to ~/.config/claude-desktop/config.json:
{
"mcpServers": {
"aica": {
"command": "aica",
"args": ["mcp", "server"]
}
}
}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"]
}
}
}