time vs mcp-notion-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-notion-server by suekou | |
|---|---|---|
| Stars | ★ 85,748 | ★ 892 |
| 30d uses | — | — |
| Score | 77 | 55 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | NotionProductivityKnowledge Graph |
| 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.
mcp-notion-server · Summary
MCP server for connecting Notion to MCP-compatible clients, enabling AI agents to find, read, query and update 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
mcp-notion-server · Use cases
- AI assistants reading and summarizing Notion documentation pages
- Automating content creation and updates in Notion databases
- Building custom Notion interfaces with MCP Apps like Data Source Explorer
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"]
}
}
}mcp-notion-server · Install
Quick Start
Add this server to an MCP host such as Claude Desktop:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@suekou/mcp-notion-server"],
"env": {
"NOTION_API_TOKEN": "your-integration-token"
}
}
}
}Setup Guide
- Create a Notion integration at [Notion integrations dashboard](https://www.notion.so/profile/integrations)
- Configure capabilities (read, insert, update content as needed)
- Grant content access to specific pages/databases
- Copy the internal integration token as NOTION_API_TOKEN