time vs MCPollinations
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | MCPollinations by pinkpixel-dev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 41 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsMediaDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCPollinations · Summary
MCP server for AI assistants to generate images, text, and audio through Pollinations APIs.
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
MCPollinations · Use cases
- Generate images from text prompts and save them in various formats
- Create audio responses from text with customizable voices
- Edit existing images or create new ones based on reference images
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"]
}
}
}MCPollinations · Install
Installation
Via Smithery (Recommended for Claude Desktop)
npx -y @smithery/cli install @pinkpixel-dev/mcpollinations --client claudeUsing npx (No installation required)
npx @pinkpixel-dev/mcpollinationsGlobal Installation
npm install -g @pinkpixel-dev/mcpollinations
mcpollinationsClone from Repository
git clone https://github.com/pinkpixel-dev/mcpollinations.git
cd mcpollinations
node pollinations-mcp-server.jsClaude Desktop Integration
Add to your Claude Desktop config.json:
{
"mcpollinations": {
"command": "npx",
"args": ["-y", "@pinkpixel-dev/mcpollinations"],
"env": {
"token": "YOUR_TOKEN_OPTIONAL",
"referrer": "your-app-or-domain-optional",
"IMAGE_MODEL": "flux",
"IMAGE_WIDTH": "1024",
"IMAGE_HEIGHT": "1024",
"OUTPUT_DIR": "./mcpollinations-output"
}
}
}