MCP Catalogs
Home

flowlens-mcp-server vs time

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

flowlens-mcp-server
by magentic
time
by modelcontextprotocol
Stars★ 105★ 85,748
30d uses
Score4677
Official
Categories
Browser AutomationDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit5 mo agothis month

flowlens-mcp-server · Summary

FlowLens MCP server provides coding agents with complete browser context for debugging and regression testing.

time · Summary

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

flowlens-mcp-server · Use cases

  • Bug reporting with full context
  • Regression testing of critical user flows
  • Sharing browser flows with team members for collaborative debugging

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

flowlens-mcp-server · Install

Installation

  1. Install the FlowLens Chrome extension from the Chrome Web Store
  2. Install the MCP server:
pipx install flowlens-mcp-server
  1. Add to your MCP client configuration (e.g., ~/.claude.json):
"flowlens": {
  "command": "flowlens-mcp-server",
  "type": "stdio"
}
  1. For shareable flows, get your FLOWLENS_MCP_TOKEN from the FlowLens platform and add it to your config:

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.