unsplash-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
unsplash-mcp-server by hellokaton | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 219 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | MediaDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
unsplash-mcp-server · Summary
An MCP server for searching Unsplash's high-quality photo library with advanced filters.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unsplash-mcp-server · Use cases
- Content creators needing to find specific images for blog posts or social media
- Application developers wanting to embed image search functionality
- Designers looking for inspiration with filterable image options
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
unsplash-mcp-server · Install
Installation
**Automatic via Smithery:**
npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key YOUR_KEY**Manual Installation:**
git clone https://github.com/hellokaton/unsplash-mcp-server.git
cd unsplash-mcp-server
uv venv
uv pip install .**Claude Desktop Configuration:**
{
"mcpServers": {
"unsplash": {
"command": "uv",
"args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
"env": {
"UNSPLASH_ACCESS_KEY": "YOUR_ACCESS_KEY"
}
}
}
}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"]
}
}
}