snippy vs time
Side-by-side comparison to help you pick between these two MCP servers.
snippy by Azure-Samples | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 110 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 5 mo ago | this month |
snippy · Summary
Azure Functions-based MCP server with vector search and multi-agent workflows for AI-powered code snippet management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
snippy · Use cases
- AI assistants managing and retrieving code snippets with semantic search
- Generating documentation and style guides from existing code
- Building multi-agent AI workflows for code analysis and documentation
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
snippy · Install
Installation
**Prerequisites:**
- Azure subscription
- azd CLI installed
- Choose development environment: GitHub Codespaces, VS Code Dev Containers, or local
**To deploy:**
azd init --template Azure-Samples/snippy
azd auth login
azd up**For Claude Desktop:** Add to Claude Desktop config:
{
"mcpServers": {
"snippy": {
"command": "python",
"args": ["-m", "snippy.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"]
}
}
}