time vs cloudsword
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | cloudsword by wgpsec | |
|---|---|---|
| Stars | ★ 85,748 | ★ 604 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityCloud StorageDeveloper Tools |
| Language | TypeScript | Go |
| Last commit | this month | 3 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cloudsword · Summary
CloudSword is a Chinese cloud security tool that provides MCP protocol support since v0.0.2.
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
cloudsword · Use cases
- Security professionals assessing cloud infrastructure vulnerabilities
- Cloud administrators conducting regular security audits
- DevOps teams implementing cloud security best practices
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"]
}
}
}cloudsword · Install
Installation
Homebrew
brew tap wgpsec/tap
brew install wgpsec/tap/cloudswordBinary Download
Download from: https://github.com/wgpsec/cloudsword/releases
MCP Setup
- Start CloudSword in SSE mode:
./cloudsword sse http://localhost:8080- In Claude Desktop, add the following to your config.json:
{
"mcpServers": {
"cloudsword": {
"command": "http",
"args": ["localhost", 8080]
}
}
}