glif-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
glif-mcp-server by glifxyz | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 122 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsMedia | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
glif-mcp-server · Summary
MCP server enabling AI workflow execution from glif.app within your LLM client.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
glif-mcp-server · Use cases
- Creating and running AI image generation workflows directly from your LLM client
- Automating meme generation with custom prompts and parameters
- Managing and discovering AI-powered creative tools and 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
glif-mcp-server · Install
Installation
Running via npx (recommended)
- Get your API token from https://glif.app/settings/api-tokens
- Add the server to your Claude Desktop config file (
~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):
{
"mcpServers": {
"glif": {
"command": "npx",
"args": ["-y", "@glifxyz/glif-mcp-server@latest"],
"env": {
"GLIF_API_TOKEN": "your-token-here"
}
}
}
}Running from local checkout
git clone https://github.com/glifxyz/glif-mcp-server
cd glif-mcp-server
npm install
npm run buildThen configure your MCP client with the path to the built index.js file.
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"]
}
}
}