VSCode-Perplexity-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
VSCode-Perplexity-MCP by Automations-Project | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 50 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsBrowser Automation | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
VSCode-Perplexity-MCP · Summary
Perplexity AI search and reasoning integrated as MCP tools for VS Code and 15+ other IDEs through a browser automation approach.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
VSCode-Perplexity-MCP · Use cases
- Integrating Perplexity's search capabilities directly into the coding environment
- Using AI-powered reasoning to analyze code and documentation
- Automating research tasks without leaving the IDE
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
VSCode-Perplexity-MCP · Install
Installation
VS Code Extension
- Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Nskha.perplexity-vscode)
- Run
Perplexity: Loginin the command palette - Enable auto-config for other IDEs if desired
Standalone MCP Server
npm install -g perplexity-user-mcp
npx perplexity-user-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": ["perplexity-user-mcp"]
}
}
}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"]
}
}
}