MCP Catalogs
Home

getnote-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

getnote-mcp
by iswalle
time
by modelcontextprotocol
Stars★ 61★ 85,748
30d uses
Score4877
Official
Categories
ProductivityKnowledge GraphAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

getnote-mcp · Summary

MCP server for GetNote, a personal note management tool, enabling AI to create, edit, search and organize notes.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

getnote-mcp · Use cases

  • AI assistants helping users capture and organize thoughts through voice commands like 'save this note' or 'search for previous notes about X'
  • Automating knowledge management by having AI process external content (blogs, live streams) and store it in organized knowledge bases
  • Implementing time tracking systems using note internal links to automatically connect daily logs with project notes

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

getnote-mcp · Install

Installation

# Direct execution (recommended, no cloning needed)
npx @getnote/mcp

# Or global installation
npm install -g @getnote/mcp

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "getnote": {
      "command": "node",
      "args": ["/path/to/getnote-mcp/dist/index.js"],
      "env": {
        "GETNOTE_API_KEY": "your_api_key_here",
        "GETNOTE_CLIENT_ID": "your_client_id_here"
      }
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.