time vs firefox-devtools-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | firefox-devtools-mcp by mozilla | |
|---|---|---|
| Stars | ★ 85,748 | ★ 162 |
| 30d uses | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Browser AutomationDeveloper ToolsWeb Scraping |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
firefox-devtools-mcp · Summary
Mozilla's MCP server for automating Firefox DevTools via WebDriver BiDi, enabling AI assistants to control and inspect browser functionality.
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
firefox-devtools-mcp · Use cases
- Automated web testing with AI assistants that can navigate pages and interact with elements
- Web scraping and data extraction by AI systems that can control browser behavior
- Visual regression testing through automated screenshot comparison
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"]
}
}
}firefox-devtools-mcp · Install
Installation with Claude Code
claude mcp add firefox-devtools npx firefox-devtools-mcp@latestOr add to Claude Code settings:
{
"mcpServers": {
"firefox-devtools": {
"command": "npx",
"args": ["-y", "firefox-devtools-mcp@latest", "--headless", "--viewport", "1280x720"],
"env": {
"START_URL": "about:home"
}
}
}
}Prerequisites
- Node.js ≥ 20.19.0
- Firefox 100+ installed