time vs builtwith-api
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | builtwith-api by zcaceres | |
|---|---|---|
| Stars | ★ 85,748 | ★ 20 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
builtwith-api · Summary
A robust MCP server that exposes 13 BuiltWith API tools for web technology analysis via LLM agents.
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
builtwith-api · Use cases
- LLM agents analyzing website technology stacks for competitive research
- Automated monitoring of technology adoption trends across domains
- Web developers researching technologies used by popular sites
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"]
}
}
}builtwith-api · Install
Install the MCP server separately:
npm install -g builtwith-mcpConfigure Claude Desktop:
{
"mcpServers": {
"builtwith": {
"command": "npx",
"args": ["-y", "builtwith-mcp"],
"env": {
"BUILTWITH_API_KEY": "YOUR_KEY"
}
}
}
}