time vs better-notion-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | better-notion-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | NotionProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
better-notion-mcp · Summary
A Markdown-first Notion API server providing 10 composite tools to simplify Notion integration for AI agents.
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
better-notion-mcp · Use cases
- AI agents need to read, create, and update Notion pages with human-readable content
- Automating content management workflows between AI systems and Notion databases
- Building custom integrations that require efficient access to Notion data without API complexity
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"]
}
}
}better-notion-mcp · Install
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": ["-y", "@n24q02m/better-notion-mcp"]
}
}
}Command Line
npm install -g @n24q02m/better-notion-mcp
better-notion-mcpDocker
docker run -p 8080:8080 -e NOTION_TOKEN=your-token n24q02m/better-notion-mcp:latest