MCP Catalogs
Home

affine-mcp-server vs time

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

affine-mcp-server
by DAWNCR0W
time
by modelcontextprotocol
Stars★ 166★ 85,748
30d uses
Score5077
Official
Categories
ProductivityKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

affine-mcp-server · Summary

Comprehensive MCP server for AFFiNE, exposing 84 tools for workspace, document, and database operations over stdio or HTTP.

time · Summary

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

affine-mcp-server · Use cases

  • Connect Claude Desktop, Cursor, or other AI clients to AFFiNE workspaces for enhanced document creation and management
  • Automate database operations in AFFiNE through MCP tool calling in AI workflows
  • Create remote HTTP endpoints for browser-connected clients to interact with AFFiNE via standardized tools

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

affine-mcp-server · Install

Installation

  1. Install the CLI globally:
npm i -g affine-mcp-server
affine-mcp --version
  1. Or run ad-hoc:
npx -y -p affine-mcp-server affine-mcp -- --version
  1. Docker deployment:
docker run -d 
  -p 3000:3000 
  -e MCP_TRANSPORT=http 
  -e AFFINE_BASE_URL=https://your-affine-instance.com 
  -e AFFINE_API_TOKEN=ut_your_token 
  -e AFFINE_MCP_AUTH_MODE=bearer 
  -e AFFINE_MCP_HTTP_TOKEN=your-strong-secret 
  ghcr.io/dawncr0w/affine-mcp-server:latest

Claude Desktop Configuration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "affine": {
      "command": "affine-mcp"
    }
  }
}

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.