time vs vibe-marketing
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | vibe-marketing by synthetic-ci | |
|---|---|---|
| Stars | ★ 85,748 | ★ 6 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
vibe-marketing · Summary
Marketing-focused MCP server providing hooks, copywriting frameworks, and content optimization tools for social media.
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
vibe-marketing · Use cases
- Create engaging social media hooks for different platforms
- Apply proven copywriting frameworks to marketing content
- Validate and optimize content for specific social media platforms
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"]
}
}
}vibe-marketing · Install
Installation
You can install this server from smithery.ai by visiting the Vibe Marketing [server page](https://smithery.ai/server/@synthetic-ci/vibe-marketing) and following the Connect instructions for your client.
Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-marketing": {
"command": "npx",
"args": ["@synthetic-ci/vibe-marketing"]
}
}
}