time vs python-notebook-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | python-notebook-mcp by UsamaK98 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 45 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 11 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
python-notebook-mcp · Summary
A Python MCP server for AI assistants to create, edit and view Jupyter notebooks.
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
python-notebook-mcp · Use cases
- AI-assisted data analysis in Jupyter notebooks
- Automated notebook creation for repetitive tasks
- Content generation and editing in educational notebooks
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"]
}
}
}python-notebook-mcp · Install
Installation
- Clone the repository:
git clone https://github.com/UsamaK98/python-notebook-mcp.git
cd python-notebook-mcp- Create and activate virtual environment:
uv venv
source .venv/bin/activate # or .venv\Scripts\activate.bat on Windows- Install dependencies:
uv pip install -r requirements.txtClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"jupyter": {
"command": "/full/path/to/.venv/bin/python",
"args": ["/full/path/to/server.py"]
}
}
}Alternative with fastmcp
fastmcp install server.py --name "Jupyter Notebook MCP"