visa-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
visa-mcp by byigitt | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 9 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | ProductivityCommunicationOther | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
visa-mcp · Summary
MCP server for querying Schengen visa appointment status through multiple filter options.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
visa-mcp · Use cases
- Travel agents checking visa appointment availability for clients
- Individuals tracking Schengen visa application status
- Consular staff monitoring visa appointment system availability
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
visa-mcp · Install
Installation
**NPM (recommended)**
npx -y visa-mcp --stdio**Claude Desktop** Add to your claude_desktop_config.json:
{
"mcpServers": {
"visa-mcp": {
"command": "npx",
"args": ["-y", "visa-mcp", "--stdio"]
}
}
}**Cursor** Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"visa-mcp": {
"command": "npx",
"args": ["-y", "visa-mcp", "--stdio"]
}
}
}**VS Code** Add to your VS Code MCP configuration:
"mcp": {
"servers": {
"visa-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "visa-mcp", "--stdio"]
}
}
}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"]
}
}
}