MCP Catalogs
Home

clawfu-skills vs time

Side-by-side comparison to help you pick between these two MCP servers.

clawfu-skills
by guia-matthieu
time
by modelcontextprotocol
Stars★ 108★ 85,748
30d uses
Score4977
Official
Categories
AI / LLM ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

clawfu-skills · Summary

A curated library of 175 expert marketing methodologies for AI agents, accessible via MCP.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

clawfu-skills · Use cases

  • Marketing agents can access expert-level copywriting frameworks for ad creation
  • Sales teams can apply negotiation techniques using structured skill prompts
  • Product managers can implement positioning methodologies for new products

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

clawfu-skills · Install

Claude Desktop / Claude Code / Copilot (MCP)

npx @clawfu/mcp-skills

Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "clawfu": {
      "command": "npx",
      "args": ["@clawfu/mcp-skills"]
    }
  }
}

Clone as Claude Code skills directory

git clone https://github.com/guia-matthieu/clawfu-skills.git
# Then use --add-dir or copy to ~/.claude/skills/

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.