MCP Catalogs
Home

cursor-notebook-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

cursor-notebook-mcp
by jbeno
time
by modelcontextprotocol
Stars★ 157★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsFile SystemAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit6 mo agothis month

cursor-notebook-mcp · Summary

MCP server enabling AI agents to interact with Jupyter Notebook files through cell manipulation and metadata editing.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

cursor-notebook-mcp · Use cases

  • AI agents editing Jupyter notebooks within Cursor IDE to analyze data and create machine learning tutorials
  • Automated notebook validation and cleanup in development workflows
  • Converting notebooks to Python scripts or HTML for documentation purposes

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-notebook-mcp · Install

Installation

From PyPI:

pip install cursor-notebook-mcp

From source:

git clone https://github.com/jbeno/cursor-notebook-mcp.git
cd cursor-notebook-mcp
python -m venv .venv
source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
pip install -e .

Server Configuration (Cursor)

Create or update your ~/.cursor/mcp.json:

{
  "mcpServers": {
    "notebook_mcp": {
      "url": "http://127.0.0.1:8080/mcp"
    }
  }
}

Then run the server:

cursor-notebook-mcp --transport streamable-http --allow-root /path/to/your/notebooks --host 127.0.0.1 --port 8080

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.