create-advanced-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
create-advanced-mcp-server by bsmi021 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 29 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 15 mo ago | this month |
create-advanced-mcp-server · Summary
A CLI tool to scaffold MCP servers with web capabilities, TypeScript, and optional database integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
create-advanced-mcp-server · Use cases
- Rapidly start a new MCP server project with modern architecture
- Create MCP servers with integrated web APIs and real-time capabilities
- Build robust MCP servers with persistent data storage through Prisma
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
create-advanced-mcp-server · Install
Install the CLI tool globally:
npm install -g create-advanced-mcp-serverCreate a new MCP server project:
npx create-advanced-mcp-server my-mcp-serverAdd to Claude Desktop by configuring the mcpServers entry:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["/path/to/my-mcp-server/dist/index.js"]
}
}
}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"]
}
}
}