time vs mcp-server-azure-devops
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-azure-devops by Tiberriver256 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 367 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsOps & Infra |
| Language | TypeScript | TypeScript |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-azure-devops · Summary
A well-implemented MCP server for Azure DevOps that provides comprehensive API integration through MCP protocol.
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
mcp-server-azure-devops · Use cases
- Automating Azure DevOps workflows through AI assistants
- Retrieving repository and code information for AI development workflows
- Managing work items and project details via natural language commands
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"]
}
}
}mcp-server-azure-devops · Install
Installation
Using npm (recommended)
npx -y @tiberriver256/mcp-server-azure-devopsFrom source
git clone https://github.com/tiberriver256/mcp-server-azure-devops.git
cd mcp-server-azure-devops
npm ci
cp .env.example .env
npm run build
npm startClaude Desktop Configuration
{
"mcpServers": {
"azureDevOps": {
"command": "npx",
"args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
"env": {
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/your-organization",
"AZURE_DEVOPS_AUTH_METHOD": "pat",
"AZURE_DEVOPS_PAT": "<YOUR_PAT>",
"AZURE_DEVOPS_DEFAULT_PROJECT": "your-project-name"
}
}
}
}