MCP Catalogs
Home

laravel-mcp-companion vs time

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

laravel-mcp-companion
by brianirish
time
by modelcontextprotocol
Stars★ 34★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

laravel-mcp-companion · Summary

An MCP server providing comprehensive Laravel documentation aggregation and navigation with multi-version support, learning paths, and package discovery.

time · Summary

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

laravel-mcp-companion · Use cases

  • Learning Laravel with structured documentation paths by skill level
  • Finding the right Laravel packages for specific functionality needs
  • Accessing up-to-date documentation offline during development
  • Cross-referencing documentation across Laravel core and packages

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

laravel-mcp-companion · Install

Claude Desktop

  1. Open Claude Desktop Settings

- Click Claude menu → Settings → Developer → Edit Config

  1. Add to your configuration file:

``json { "mcpServers": { "laravel-mcp-companion": { "command": "docker", "args": ["run", "--rm", "-i", "ghcr.io/brianirish/laravel-mcp-companion:latest"] } } } ``

  1. Restart Claude Desktop for changes to take effect

Claude Code

Use the claude mcp add command:

# Add with Docker
claude mcp add laravel-mcp-companion -- docker run --rm -i ghcr.io/brianirish/laravel-mcp-companion:latest

# Or add to project-specific config
claude mcp add laravel-mcp-companion --scope project -- docker run --rm -i ghcr.io/brianirish/laravel-mcp-companion:latest

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.