aiskillstore vs time
Side-by-side comparison to help you pick between these two MCP servers.
aiskillstore by garasegae | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
aiskillstore · Summary
MCP server for AI agents to discover, install, and review skills in the agent-first skill marketplace.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
aiskillstore · Use cases
- AI agents discovering and installing new capabilities based on their specific needs
- Skill developers uploading and managing their AI agent skills through the marketplace
- Systems integrators checking compatibility between skills and target platforms before deployment
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
aiskillstore · Install
Installation
Quick start (remote)
Add this configuration to your MCP client settings:
{
"mcpServers": {
"aiskillstore": {
"url": "https://aiskillstore.io/mcp",
"transport": "streamable-http"
}
}
}Self-host (Docker)
docker build -t aiskillstore-mcp .
docker run --rm -i aiskillstore-mcpFor development or testing, you can override the backend URL:
docker run --rm -i -e SKILL_STORE_URL=https://staging.aiskillstore.io aiskillstore-mcptime · 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"]
}
}
}