notion-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
notion-mcp-server by awkoy | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 151 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | NotionProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this month |
notion-mcp-server · Summary
Production-ready MCP server for Notion API integration with comprehensive tools for managing pages, databases, comments, and users.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
notion-mcp-server · Use cases
- Create and manage Notion pages and databases through natural language commands
- Update task lists and meeting notes directly from AI assistants
- Automate content creation and organization in Notion workspaces
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
notion-mcp-server · Install
Installation
- **Obtain a Notion API Key**
- Create an integration at [Notion Developers](https://www.notion.so/my-integrations) - Copy your API key - Enable Integration for Your Pages
- **Claude Desktop Integration**
Create or edit the mcp.json file in your configuration directory:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": ["-y", "notion-mcp-server"],
"env": {
"NOTION_TOKEN": "YOUR_KEY",
"NOTION_PAGE_ID": "YOUR_PAGE_ID"
}
}
}
}- **Cursor Integration**
Create or edit the .cursor/mcp.json file in your project directory:
{
"mcpServers": {
"notion-mcp-server": {
"command": "env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx",
"args": ["-y", "notion-mcp-server"]
}
}
}- **General Usage**
``bash env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx -y notion-mcp-server ``
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"]
}
}
}