time vs adaptive-cards-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | adaptive-cards-mcp by VikrantSingh01 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 26 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
adaptive-cards-mcp · Summary
AI-powered Adaptive Card MCP server with 9 tools for generating, validating, and optimizing cards for Teams, Outlook, Copilot, and ChatGPT.
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
adaptive-cards-mcp · Use cases
- Generate expense approval cards for Teams with proper validation
- Convert API response data into Adaptive Cards with appropriate layouts
- Optimize existing cards for accessibility and cross-platform compatibility
- Create CI/CD notification cards for deployment alerts
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"]
}
}
}adaptive-cards-mcp · Install
Installation
No install needed — npx downloads and runs it automatically.
Claude Desktop
Add to Claude Desktop configuration:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}GitHub Copilot (VS Code)
Add to .vscode/mcp.json:
{
"servers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}