time vs awesome-agent-skills-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | awesome-agent-skills-mcp by shadowrootdev | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
awesome-agent-skills-mcp · Summary
MCP server providing 100+ AI agent skills from top organizations including Anthropic, Vercel, and Hugging Face.
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
awesome-agent-skills-mcp · Use cases
- Enhancing AI assistants with specialized skills for document processing, code review, and development best practices
- Automating workflows by invoking skills for security analysis, React optimization, and deployment
- Creating domain-specific AI assistants with curated knowledge from organizations like Anthropic and Vercel
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"]
}
}
}awesome-agent-skills-mcp · Install
Installation
Quick Start
npx awesome-agent-skills-mcpGlobal Installation
npm install -g awesome-agent-skills-mcp
awesome-agent-skills-mcpClaude Desktop Configuration
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": ["awesome-agent-skills-mcp"]
}
}
}VS Code / GitHub Copilot Configuration
Create or update .vscode/mcp.json in your project:
{
"servers": {
"awesome-agent-skills": {
"command": "npx",
"args": ["awesome-agent-skills-mcp"]
}
}
}