time vs jiraxmcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | jiraxmcp by vaibhavpandeyvpz | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jiraxmcp · Summary
Jira MCP server providing issue management, agile tools, and webhook notifications through the Model Context 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
jiraxmcp · Use cases
- Integrating Jira with AI assistants for automated issue tracking and management
- Connecting Jira workflows to AI-powered development environments
- Enabling real-time notifications of Jira events in AI chat interfaces
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"]
}
}
}jiraxmcp · Install
Installation
Quick Start
- Export your Jira credentials:
export JIRA_HOST="https://your-domain.atlassian.net"
export JIRA_EMAIL="you@example.com"
export JIRA_API_TOKEN="your-api-token"Or with an access token:
export JIRA_HOST="https://your-domain.atlassian.net"
export JIRA_ACCESS_TOKEN="your-access-token"- Start the MCP server:
npx jiraxmcp mcp- If you want inbound Jira webhook events, enable channels:
npx jiraxmcp mcp --channelsClaude Desktop Configuration
Add to your Claude Desktop config.json:
"mcpServers": {
"jira": {
"command": "npx",
"args": ["jiraxmcp", "mcp"]
}
}For webhook support, also set environment variables in Claude Desktop config.