MCP Catalogs
Home

cucumberstudio-mcp vs time

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

cucumberstudio-mcp
by HeroSizy
time
by modelcontextprotocol
Stars★ 21★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

cucumberstudio-mcp · Summary

MCP Server for Cucumber Studio providing access to test scenarios, action words, and test runs from the testing platform.

time · Summary

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

cucumberstudio-mcp · Use cases

  • AI assistants can retrieve test scenarios to analyze test coverage and suggest improvements
  • Access action words to automate test case creation in conversations
  • Monitor test execution results and identify failing tests for immediate attention

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

cucumberstudio-mcp · Install

Installation

Desktop Extension (Recommended)
  1. Download the latest .mcpb file from the [releases page](https://github.com/HeroSizy/cucumberstudio-mcp/releases)
  2. Import the extension in your compatible AI desktop application
  3. Configure your Cucumber Studio API credentials through the extension settings
Quick Start (Command Line)
npx cucumberstudio-mcp
Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "cucumberstudio": {
      "command": "npx",
      "args": ["cucumberstudio-mcp"],
      "env": {
        "CUCUMBERSTUDIO_ACCESS_TOKEN": "your_token",
        "CUCUMBERSTUDIO_CLIENT_ID": "your_client_id",
        "CUCUMBERSTUDIO_UID": "your_uid"
      }
    }
  }
}

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.