MCP Catalogs
Home

stash-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

stash-mcp
by diomonogatari
time
by modelcontextprotocol
Stars★ 4★ 85,748
30d uses
Score4177
Official
Categories
Developer ToolsProductivityOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageC#TypeScript
Last commit3 mo agothis month

stash-mcp · Summary

A production-ready MCP server for Atlassian Bitbucket Server with 40 tools and robust resilience features.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

stash-mcp · Use cases

  • Automating code review workflows with AI assistants that can analyze diffs and suggest improvements
  • Repository exploration and codebase analysis for onboarding new team members
  • Bug investigation by searching through commit history and code changes
  • CI/CD status monitoring and integration with AI assistants for build notifications

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

stash-mcp · Install

Docker Installation

  1. Install Docker Desktop
  2. Set up environment variables:

``bash export BITBUCKET_URL="https://your-stash-server.com/" export BITBUCKET_TOKEN="your_personal_access_token" ``

  1. Add to VS Code MCP configuration:

``json { "servers": { "stash-bitbucket": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BITBUCKET_URL", "-e", "BITBUCKET_TOKEN", "diomonogatari/stash-mcp:latest" ], "env": { "BITBUCKET_URL": "https://your-stash-server.com/", "BITBUCKET_TOKEN": "your_personal_access_token" }, "type": "stdio" } } } ``

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.