kernel-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
kernel-mcp-server by kernel | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 30 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Browser AutomationDeveloper ToolsWeb Scraping | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
kernel-mcp-server · Summary
Kernel MCP server provides secure cloud-browser automation and app management through MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kernel-mcp-server · Use cases
- Web scraping and data extraction from websites using automated browser sessions
- AI coding workflows with previewing local changes in real cloud browsers
- Automated testing of web applications across different browsers and configurations
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
kernel-mcp-server · Install
Quick Setup with Kernel CLI
# Install the CLI
brew install onkernel/tap/kernel
# or: npm install -g @onkernel/cli
# Install MCP for your tool
kernel mcp install --target <target>Manual Setup for Claude Desktop
- Go to **Settings → Connectors → Add custom connector**
- Enter: **Integration name:**
Kernel, **Integration URL:**https://mcp.onkernel.com/mcp - Click **Add**, then **Connect** next to
Kernelto approve
JSON Configuration
{
"mcpServers": {
"kernel": {
"url": "https://mcp.onkernel.com/mcp"
}
}
}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"]
}
}
}