cursor-feedback-extension vs time
Side-by-side comparison to help you pick between these two MCP servers.
cursor-feedback-extension by jianger666 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 4 mo ago | this month |
cursor-feedback-extension · Summary
MCP server that enables unlimited AI interactions in Cursor by implementing a feedback loop mechanism within IDE sidebar.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cursor-feedback-extension · Use cases
- Enabling long-running AI conversations without hitting Cursor's monthly request limit
- Implementing human-in-the-loop workflows where AI seeks validation before proceeding
- Enhancing collaboration by allowing AI to share work summaries and gather feedback directly in 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
cursor-feedback-extension · Install
Installation Options
**1. Cursor Extension Marketplace** Search for "Cursor Feedback" in the Cursor extension marketplace.
**2. Command Line Installation**
cursor --install-extension jianger666.cursor-feedback**3. MCP Configuration** Add to your Cursor MCP config file (~/.cursor/mcp.json):
{
"mcpServers": {
"cursor-feedback": {
"command": "npx",
"args": ["-y", "cursor-feedback@latest"]
}
}
}**4. Global Installation**
npm install -g cursor-feedbackThen configure with:
{
"mcpServers": {
"cursor-feedback": {
"command": "cursor-feedback-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"]
}
}
}