mcp-browser-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-browser-agent by imprvhub | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 38 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationWeb ScrapingDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-browser-agent · Summary
An MCP server providing Claude with autonomous browser automation capabilities including DOM manipulation, JavaScript execution, and API requests.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-browser-agent · Use cases
- Automating web testing and QA processes through AI agents
- Web scraping complex sites with dynamic content and JavaScript rendering
- Automating repetitive browser workflows like form submissions and data extraction
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
mcp-browser-agent · Install
Installation
- Clone the repository:
git clone https://github.com/imprvhub/mcp-browser-agent
cd mcp-browser-agent- Install dependencies:
npm install- Build the project:
npm run build- Configure Claude Desktop:
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"browserAgent": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-browser-agent/dist/index.js", "--browser", "chrome"]
}
}
}Replace ABSOLUTE_PATH_TO_DIRECTORY with the actual path to the project directory.
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"]
}
}
}