jupyter-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
jupyter-mcp-server by datalayer | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,103 | ★ 85,748 |
| 30d uses | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
jupyter-mcp-server · Summary
An MCP server that enables AI systems to interact with Jupyter notebooks in real-time, providing tools for notebook management and cell execution.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
jupyter-mcp-server · Use cases
- AI assistants analyzing and executing code in Jupyter notebooks
- Automated notebook management and cell execution workflows
- Real-time collaboration between AI systems and human notebook users
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
jupyter-mcp-server · Install
# Install required dependencies
pip install jupyterlab==4.4.1 jupyter-collaboration==4.0.2 jupyter-mcp-tools>=0.1.4 ipykernel pycrdt
# Start JupyterLab
jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0Configure your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"jupyter": {
"command": "uvx",
"args": ["jupyter-mcp-server@latest"],
"env": {
"JUPYTER_URL": "http://localhost:8888",
"JUPYTER_TOKEN": "MY_TOKEN",
"ALLOW_IMG_OUTPUT": "true"
}
}
}
}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"]
}
}
}